Skip to content

Commit 0600368

Browse files
committed
CI: Disable trimming
1 parent 39e376b commit 0600368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Build utilities
3131
shell: pwsh
3232
run: |
33-
msbuild /m /t:restore,"Windows Build Identifier:publish" /p:Platform=${{ matrix.architecture }} /p:RuntimeIdentifier=${{ matrix.platform }}-${{ matrix.architecture }} /p:PublishDir=${{ github.workspace }}/artifacts/${{ matrix.platform }}-${{ matrix.architecture }} /p:PublishSingleFile=true /p:PublishTrimmed=true "Windows Build Identifier.sln"
33+
msbuild /m /t:restore,"Windows Build Identifier:publish" /p:Platform=${{ matrix.architecture }} /p:RuntimeIdentifier=${{ matrix.platform }}-${{ matrix.architecture }} /p:PublishDir=${{ github.workspace }}/artifacts/${{ matrix.platform }}-${{ matrix.architecture }} /p:PublishSingleFile=true /p:PublishTrimmed=false "Windows Build Identifier.sln"
3434
3535
- name: Upload artifact
3636
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)