mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-19 01:43:50 +01:00
Fix build and run scripts (#4655)
This commit is contained in:
parent
9344113ae4
commit
9b865ef849
@ -1 +1 @@
|
||||
dotnet build -c Release .\BTCPayServer\BTCPayServer.csproj
|
||||
dotnet publish --no-cache -o BTCPayServer/bin/Release/publish/ -c Release .\BTCPayServer\BTCPayServer.csproj
|
||||
|
2
build.sh
2
build.sh
@ -1,3 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
dotnet build -c Release BTCPayServer/BTCPayServer.csproj
|
||||
dotnet publish --no-cache -o BTCPayServer/bin/Release/publish/ -c Release BTCPayServer/BTCPayServer.csproj
|
||||
|
5
run.ps1
5
run.ps1
@ -1 +1,4 @@
|
||||
dotnet run --no-launch-profile --no-build -c Release --project .\BTCPayServer\BTCPayServer.csproj -- $args
|
||||
pushd
|
||||
cd BTCPayServer/bin/Release/publish/
|
||||
dotnet "BTCPayServer.dll" $args
|
||||
popd
|
Loading…
Reference in New Issue
Block a user