Skip to content

Commit 07bdfc8

Browse files
authored
Update ci.yml
1 parent fda899b commit 07bdfc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
- name: Prepare package
125125
if: ${{ matrix.configuration == 'Release' }}
126126
run: >
127-
dotnet publish ${{ env.PUBLISH_PROJECT_PATH }} --no-build
127+
dotnet msbuild /t:PublishAll ${{ env.PUBLISH_PROJECT_PATH }} --no-build
128128
--configuration ${{ matrix.configuration }}
129129
-p:BaseOutputPath="${{ env.OUTPUT_PATH }}"
130130
-p:PublishDir=${{ env.PUBLISH_PATH }}

0 commit comments

Comments
 (0)