docker stuff

This commit is contained in:
Michele Scandura 2020-11-24 19:09:34 +00:00
parent e72c39b946
commit cadbb2ae01
2 changed files with 16 additions and 1 deletions

View file

@ -1,6 +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