mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-02-02 04:44:27 +01:00
Add build and run scripts
This commit is contained in:
1
build.ps1
Normal file
1
build.ps1
Normal file
@@ -0,0 +1 @@
|
||||
dotnet build -c Release .\BTCPayServer\BTCPayServer.csproj
|
||||
1
build.sh
Normal file
1
build.sh
Normal file
@@ -0,0 +1 @@
|
||||
dotnet build -c Release BTCPayServer/BTCPayServer.csproj
|
||||
1
run.ps1
Normal file
1
run.ps1
Normal file
@@ -0,0 +1 @@
|
||||
dotnet run --no-launch-profile --no-build -c Release -p .\BTCPayServer\BTCPayServer.csproj -- $args
|
||||
Reference in New Issue
Block a user