mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 05:54:26 +01:00
Fix build and run scripts (#4655)
This commit is contained in:
@@ -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
|
#!/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
|
||||||
Reference in New Issue
Block a user