Skip to content

Commit 81a8993

Browse files
committed
Fixing pathing.
1 parent 2e8cbdc commit 81a8993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ extends:
108108
displayName: Build artifacts
109109
inputs:
110110
command: publish
111-
projects: src/AzureAuth/AzureAuth.csproj
111+
projects: '**/src/AzureAuth/AzureAuth.csproj'
112112
arguments: -p:Version=${{ parameters.version }} --configuration release --self-contained true --runtime ${{ config.runtime }} --output dist/${{ config.runtime }} --no-restore
113113

114114
templateContext:

0 commit comments

Comments
 (0)