btcpayserver/build.sh

4 lines
120 B
Bash
Raw Normal View History

2018-03-06 09:23:08 -05:00
#!/bin/bash
2023-02-16 18:31:33 +09:00
dotnet publish --no-cache -o BTCPayServer/bin/Release/publish/ -c Release BTCPayServer/BTCPayServer.csproj