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