Skip to content

Commit

Permalink
Add script to publish trimmed exe for all OSs
Browse files Browse the repository at this point in the history
  • Loading branch information
rgwood committed Nov 29, 2021
1 parent 6de0235 commit c8ec4f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions publish-all.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
dotnet publish --configuration Release -p:PublishProfile=win-x64
dotnet publish --configuration Release -p:PublishProfile=linux-x64
dotnet publish --configuration Release -p:PublishProfile=osx-x64

0 comments on commit c8ec4f5

Please sign in to comment.