Skip to content

Commit

Permalink
Setting env variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
mijpeterson committed Jun 14, 2024
1 parent 62d7b68 commit 4d35c52
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release-azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,21 +91,25 @@ extends:

- task: DotNetCoreCLI@2
displayName: Install dependencies
env:
ADO_TOKEN: $(System.AccessToken)
inputs:
command: restore
feedsToUse: select
vstsFeed: $(vstsFeedId)
includeNuGetOrg: false
arguments: --runtime ${{ config.runtime }}

- task: DotNetCoreCLI@2
displayName: Test
env:
ADO_TOKEN: $(System.AccessToken)
inputs:
command: test
arguments: --configuration release

- 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 4d35c52

Please sign in to comment.