We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e8cbdc commit 81a8993Copy full SHA for 81a8993
.github/workflows/release-azure-pipelines.yml
@@ -108,7 +108,7 @@ extends:
108
displayName: Build artifacts
109
inputs:
110
command: publish
111
- projects: src/AzureAuth/AzureAuth.csproj
+ projects: '**/src/AzureAuth/AzureAuth.csproj'
112
arguments: -p:Version=${{ parameters.version }} --configuration release --self-contained true --runtime ${{ config.runtime }} --output dist/${{ config.runtime }} --no-restore
113
114
templateContext:
0 commit comments