Skip to content

Commit fbe8b4d

Browse files
committed
ci: remove separate BTCPayServer build step from workflow
1 parent 2a5cc88 commit fbe8b4d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ jobs:
2424
dotnet-version: 8.0.404
2525
- name: Restore dependencies
2626
run: dotnet restore
27-
- name: Build BTCPayServer
28-
run: dotnet build submodules/btcpayserver/BTCPayServer/BTCPayServer.csproj -maxcpucount:1
2927
- name: Build
3028
run: dotnet build
3129
- name: Test

0 commit comments

Comments
 (0)