We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b3ff5d commit cc2c165Copy full SHA for cc2c165
.azure-pipelines/sync-aliases.yml
@@ -35,7 +35,7 @@ jobs:
35
displayName: Install PowerShell 7.4.x
36
37
- pwsh: |
38
- dotnet tool run pwsh -NoLogo -NoProfile -NonInteractive -File "./tools/Github/ParseServiceContactsList.ps1 -AccessToken $env:SYSTEM_ACCESSTOKEN"
+ dotnet tool run pwsh -NoLogo -NoProfile -NonInteractive -File ./tools/Github/ParseServiceContactsList.ps1 -AccessToken $env:SYSTEM_ACCESSTOKEN
39
env:
40
SYSTEM_ACCESSTOKEN: $(System.AccessToken)
41
displayName: Update resourceManagement.yml file locally
0 commit comments