Skip to content

Commit

Permalink
add build script (only win so far)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudokhvist committed Feb 11, 2019
1 parent b5a1008 commit 1621ae4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
del .\Ryzhehvost.CommandlessRedeem\*.zip
dotnet publish -c "Release" -f "net472" -o "out/generic-netf"
rename .\Ryzhehvost.CommandlessRedeem\CommandlessRedeem.zip CommandlessRedeem-netf.zip
dotnet publish -c "Release" -f "netcoreapp2.2" -o "out/generic" "/p:LinkDuringPublish=false"

0 comments on commit 1621ae4

Please sign in to comment.