Shouldn't forget this one.
This commit is contained in:
parent
cf732fac93
commit
b4c409991e
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
cwd="$(pwd)"
|
cwd="$(pwd)"
|
||||||
export DOTNET_CLI_TELEMETRY_OPTOUT=1
|
export DOTNET_CLI_TELEMETRY_OPTOUT=1
|
||||||
cd "$(dirname "$0")"
|
cd "$(dirname "$0")"
|
||||||
dotnet run --project BackupManager -c Release -f netcoreapp2.2 -- -cron
|
dotnet run --project BackupManager -c Release -f net5.0 -- -cron
|
||||||
cd "$(cwd)"
|
cd "$(cwd)"
|
||||||
|
|
Reference in a new issue