We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30778d1 commit 3b91234Copy full SHA for 3b91234
1 file changed
.github/workflows/ci.yml
@@ -126,9 +126,9 @@ jobs:
126
run: >
127
dotnet msbuild ${{ env.PUBLISH_PROJECT_PATH }} /t:PublishAll
128
-p:NoBuild=true
129
- -p:Configuration ${{ matrix.configuration }}
+ -p:Configuration=${{ matrix.configuration }}
130
-p:BaseOutputPath="${{ env.OUTPUT_PATH }}"
131
- -p:PublishDir=${{ env.PUBLISH_PATH }}
+ -p:PublishDir="${{ env.PUBLISH_PATH }}"
132
133
- name: list
134
if: ${{ matrix.configuration == 'Release' }}
0 commit comments