Skip to content

Commit

Permalink
Adding system access token.
Browse files Browse the repository at this point in the history
  • Loading branch information
mijpeterson committed Jun 14, 2024
1 parent 9bdc926 commit 3c5863c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ extends:

- task: DotNetCoreCLI@2
displayName: Build artifacts
env:
ADO_TOKEN: $(System.AccessToken)
inputs:
command: publish
projects: src/AzureAuth/AzureAuth.csproj
Expand Down

0 comments on commit 3c5863c

Please sign in to comment.