diff --git a/run.ps1 b/run.ps1 index 437ebc9ee..e17196322 100755 --- a/run.ps1 +++ b/run.ps1 @@ -1 +1 @@ -dotnet run --no-launch-profile --no-build -c Release -p .\BTCPayServer\BTCPayServer.csproj -- $args +dotnet run --no-launch-profile --no-build -c Release --project .\BTCPayServer\BTCPayServer.csproj -- $args diff --git a/run.sh b/run.sh index 83ced22ec..c3a1807ef 100755 --- a/run.sh +++ b/run.sh @@ -1,3 +1,3 @@ #!/bin/bash -dotnet run --no-launch-profile --no-build -c Release -p "BTCPayServer/BTCPayServer.csproj" -- $@ +dotnet run --no-launch-profile --no-build -c Release --project "BTCPayServer/BTCPayServer.csproj" -- $@