Skip to content

Commit

Permalink
Fixing pathing.
Browse files Browse the repository at this point in the history
  • Loading branch information
mijpeterson committed Jun 14, 2024
1 parent 2e8cbdc commit 81a8993
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 @@ -108,7 +108,7 @@ 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

templateContext:
Expand Down

0 comments on commit 81a8993

Please sign in to comment.