Skip to content

Commit 30778d1

Browse files
authored
Update ci.yml
1 parent 86eec99 commit 30778d1

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

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

0 commit comments

Comments
 (0)