build scripts
This commit is contained in:
parent
a97362a3e7
commit
9cec78afc3
5 changed files with 72 additions and 3 deletions
2
build.sh
2
build.sh
|
@ -4,3 +4,5 @@
|
|||
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
|
||||
|
||||
cp -r /src/Sledgemapper/bin/release /drone/src
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue