Skip to content

Commit 2419aa8

Browse files
authored
Update ci.yml
1 parent 3b91234 commit 2419aa8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ jobs:
124124
- name: Prepare package
125125
if: ${{ matrix.configuration == 'Release' }}
126126
run: >
127-
dotnet msbuild ${{ env.PUBLISH_PROJECT_PATH }} /t:PublishAll
127+
dotnet msbuild "${{ env.PUBLISH_PROJECT_PATH }}"
128+
-t:PublishAll
128129
-p:NoBuild=true
129130
-p:Configuration=${{ matrix.configuration }}
130131
-p:BaseOutputPath="${{ env.OUTPUT_PATH }}"

0 commit comments

Comments
 (0)