Added build scripts
This commit is contained in:
parent
0ab49f1f16
commit
de88dc029b
5
build.bat
Normal file
5
build.bat
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
rmdir /s /q "bin\Release\64\"
|
||||||
|
dotnet publish skye.sln -r win-x64 -c Release /p:SelfContained=false /p:PublishReadyToRunfalse=true /p:PublishDir="bin\Release\64\"
|
||||||
|
|
||||||
|
rmdir /s /q "bin\Release\86\"
|
||||||
|
dotnet publish skye.sln -r win-x86 -c Release /p:SelfContained=false /p:PublishReadyToRunfalse=true /p:PublishDir="bin\Release\86\"
|
2
build64.bat
Normal file
2
build64.bat
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
rmdir /s /q "bin\Release\64\"
|
||||||
|
dotnet publish skye.sln -r win-x64 -c Release /p:SelfContained=false /p:PublishReadyToRunfalse=true /p:PublishDir="bin\Release\64\"
|
Loading…
Reference in New Issue
Block a user