Shouldn't forget this one.

This commit is contained in:
flash 2021-07-30 02:10:21 +00:00
parent cf732fac93
commit b4c409991e

View file

@ -1,5 +1,5 @@
cwd="$(pwd)"
export DOTNET_CLI_TELEMETRY_OPTOUT=1
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)"