Skip to content

Commit

Permalink
Moved build batch file into project folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zintom committed Jan 27, 2022
1 parent 55d957e commit 7865074
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@

echo Building Windows 64-Bit release..
echo.
dotnet publish -c Release -p:PublishSingleFile=true -p:PublishTrimmed=true --self-contained true -r win-x64
dotnet publish -c Release -r win-x64 -p:PublishSingleFile=true --no-self-contained
echo Done.
echo.

pause
timeout /t -1000

exit

echo Building Windows 32-Bit release..
echo.
dotnet publish -c Release -p:PublishSingleFile=true -p:PublishTrimmed=true --self-contained true -r win-x86
Expand Down

0 comments on commit 7865074

Please sign in to comment.