Skip to content

Commit

Permalink
More arguments.
Browse files Browse the repository at this point in the history
  • Loading branch information
mijpeterson committed Jun 14, 2024
1 parent 81a8993 commit b2a6f10
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release-azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,11 @@ extends:
displayName: Build artifacts
inputs:
command: publish
projects: '**/src/AzureAuth/AzureAuth.csproj'
projects: src/AzureAuth/AzureAuth.csproj
arguments: -p:Version=${{ parameters.version }} --configuration release --self-contained true --runtime ${{ config.runtime }} --output dist/${{ config.runtime }} --no-restore
publishWebProjects: false
zipAfterPublish: false
modifyOutputPath: true

templateContext:
outputs:
Expand Down

0 comments on commit b2a6f10

Please sign in to comment.