Skip to content

Commit

Permalink
Switching back to vsts feed id.
Browse files Browse the repository at this point in the history
  • Loading branch information
mijpeterson committed Jun 14, 2024
1 parent 4d35c52 commit 2e8cbdc
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/release-azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,29 +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
arguments: --configuration release --no-restore

- task: DotNetCoreCLI@2
displayName: Build artifacts
env:
ADO_TOKEN: $(System.AccessToken)
inputs:
command: publish
projects: src/AzureAuth/AzureAuth.csproj
arguments: -p:Version=${{ parameters.version }} --configuration release --self-contained true --runtime ${{ config.runtime }} --output dist/${{ config.runtime }}
arguments: -p:Version=${{ parameters.version }} --configuration release --self-contained true --runtime ${{ config.runtime }} --output dist/${{ config.runtime }} --no-restore

templateContext:
outputs:
Expand Down

0 comments on commit 2e8cbdc

Please sign in to comment.