build improvements
This commit is contained in:
parent
aa8198c559
commit
79504cb240
2 changed files with 7 additions and 34 deletions
6
build.sh
Executable file
6
build.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
cd Sledgemapper
|
||||
dotnet publish -r win-x64 -c Release /p:PublishSingleFile=true
|
||||
dotnet publish -r linux-x64 -c Release /p:PublishSingleFile=true
|
||||
dotnet publish -r osx-x64 -c Release /p:PublishSingleFile=true
|
Loading…
Add table
Add a link
Reference in a new issue