Skip to content

Commit

Permalink
Rename: set-token -> generate-token
Browse files Browse the repository at this point in the history
  • Loading branch information
mjbond-msft committed Sep 10, 2024
1 parent 6c8450b commit e6a8b00
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/devops/automation/templates/windows/reenable-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ steps:
continueOnError: true

# Sets the AzDO.BearerToken variable used as the auth token to disable/reenable agents
- template: set-token.yml
- template: generate-token.yml

- pwsh: |
Import-Module $Env:SYSTEM_DEFAULTWORKINGDIRECTORY\xamarin-macios\tools\devops\automation\scripts\MaciosCI.psd1
Expand Down
2 changes: 1 addition & 1 deletion tools/devops/automation/templates/windows/reserve-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ steps:
AUTH_TOKEN_VSENG_XAMARIN_MAC_DEVICES_2_P12: ${{ parameters.xqaCertPass }}

# Sets the AzDO.BearerToken variable used as the auth token to disable/reenable agents
- template: set-token.yml
- template: generate-token.yml

- pwsh: |
Import-Module $Env:SYSTEM_DEFAULTWORKINGDIRECTORY\xamarin-macios\tools\devops\automation\scripts\MaciosCI.psd1
Expand Down

0 comments on commit e6a8b00

Please sign in to comment.