Skip to content

Commit

Permalink
Removing no-restore from publish task.
Browse files Browse the repository at this point in the history
  • Loading branch information
mijpeterson committed Jun 14, 2024
1 parent 994a1b7 commit 9bdc926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ extends:
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 }} --no-restore
arguments: -p:Version=${{ parameters.version }} --configuration release --self-contained true --runtime ${{ config.runtime }} --output dist/${{ config.runtime }}
publishWebProjects: false
zipAfterPublish: false
modifyOutputPath: true
Expand Down

0 comments on commit 9bdc926

Please sign in to comment.