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