Skip to content

Commit

Permalink
CI: Disable trimming
Browse files Browse the repository at this point in the history
  • Loading branch information
gus33000 committed Nov 15, 2021
1 parent 39e376b commit 0600368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Build utilities
shell: pwsh
run: |
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"
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"
- name: Upload artifact
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 0600368

Please sign in to comment.