Skip to content

Commit

Permalink
Merge pull request #50 from AArnott/fix49
Browse files Browse the repository at this point in the history
Stop passing $(System.AccessToken) as an arg in AzP
  • Loading branch information
AArnott committed Apr 14, 2020
2 parents 1febe78 + fd029d4 commit ce8a370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines/install-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ parameters:
steps:

- powershell: |
.\init.ps1 -AccessToken '$(System.AccessToken)' ${{ parameters['initArgs'] }} -UpgradePrerequisites
.\init.ps1 ${{ parameters['initArgs'] }} -UpgradePrerequisites
dotnet --info
displayName: Install prerequisites

Expand Down

0 comments on commit ce8a370

Please sign in to comment.