Replaced build batch script with a run bash script.

This commit is contained in:
flash 2019-02-11 15:44:52 +01:00
parent 9fc4aa8754
commit dcb92c0d63
2 changed files with 3 additions and 1 deletions

View file

@ -1 +0,0 @@
dotnet publish --self-contained -c Release -f netcoreapp2.1 -r ubuntu-x64 -p:CopyOutputSymbolsToPublishDirectory=false

3
do-backup.sh Normal file
View file

@ -0,0 +1,3 @@
export DOTNET_CLI_TELEMETRY_OPTOUT=1
dotnet run --project BackupManager