Replaced build batch script with a run bash script.
This commit is contained in:
parent
9fc4aa8754
commit
dcb92c0d63
2 changed files with 3 additions and 1 deletions
|
@ -1 +0,0 @@
|
|||
dotnet publish --self-contained -c Release -f netcoreapp2.1 -r ubuntu-x64 -p:CopyOutputSymbolsToPublishDirectory=false
|
3
do-backup.sh
Normal file
3
do-backup.sh
Normal file
|
@ -0,0 +1,3 @@
|
|||
export DOTNET_CLI_TELEMETRY_OPTOUT=1
|
||||
|
||||
dotnet run --project BackupManager
|
Reference in a new issue