Skip to content

Commit

Permalink
removing PublishedTrimmed=true from build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andyopayne committed Feb 6, 2024
1 parent 5fe5c35 commit 15196e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
echo ${{ steps.revision.outputs.revision }}
(get-content .\src\compute.geometry\FixedEndpoints.cs).replace('git_sha = null', 'git_sha = "${{ steps.revision.outputs.revision }}"') | set-content .\src\compute.geometry\FixedEndpoints.cs
- name: build
run: dotnet publish src/compute.sln -c Release -p:PublishTrimmed=true --self-contained true -r win-x64
run: dotnet publish src/compute.sln -c Release --self-contained true -r win-x64
- name: artifacts
if: github.ref == 'refs/heads/7.x'
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 15196e0

Please sign in to comment.