We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b91234 commit 2419aa8Copy full SHA for 2419aa8
1 file changed
.github/workflows/ci.yml
@@ -124,7 +124,8 @@ jobs:
124
- name: Prepare package
125
if: ${{ matrix.configuration == 'Release' }}
126
run: >
127
- dotnet msbuild ${{ env.PUBLISH_PROJECT_PATH }} /t:PublishAll
+ dotnet msbuild "${{ env.PUBLISH_PROJECT_PATH }}"
128
+ -t:PublishAll
129
-p:NoBuild=true
130
-p:Configuration=${{ matrix.configuration }}
131
-p:BaseOutputPath="${{ env.OUTPUT_PATH }}"
0 commit comments