Skip to content

Commit

Permalink
Add publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
aevitas committed Apr 15, 2020
1 parent 32fd5db commit 2cd68af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions publish.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
dotnet publish ./Patcher.sln -o="./publish/win-x64" -f="netcoreapp3.1" --runtime win-x64
dotnet publish ./Patcher.sln -o="./publish/osx-64" -f="netcoreapp3.1" --runtime osx-x64
dotnet publish ./Patcher.sln -o="./publish/linux-x64" -f="netcoreapp3.1" --runtime linux-x64

0 comments on commit 2cd68af

Please sign in to comment.