Skip to content

Commit 3b91234

Browse files
authored
Update ci.yml
1 parent 30778d1 commit 3b91234

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ jobs:
126126
run: >
127127
dotnet msbuild ${{ env.PUBLISH_PROJECT_PATH }} /t:PublishAll
128128
-p:NoBuild=true
129-
-p:Configuration ${{ matrix.configuration }}
129+
-p:Configuration=${{ matrix.configuration }}
130130
-p:BaseOutputPath="${{ env.OUTPUT_PATH }}"
131-
-p:PublishDir=${{ env.PUBLISH_PATH }}
131+
-p:PublishDir="${{ env.PUBLISH_PATH }}"
132132
133133
- name: list
134134
if: ${{ matrix.configuration == 'Release' }}

0 commit comments

Comments
 (0)