Skip to content

Commit

Permalink
One more debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
kant2002 committed Jul 19, 2023
1 parent 69aeb5e commit 673aaac
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- main

env:
FAKE_DETAILED_ERRORS: true

jobs:
build-windows:

Expand All @@ -20,9 +23,7 @@ jobs:
- name: Restore packages
run: dotnet paket restore
- name: Build and test (Release)
run:
set FAKE_DETAILED_ERRORS=true
dotnet fake build -t All
run: dotnet fake build -t All
- name: Build (Debug)
run: dotnet build -c Debug -v n

Expand Down

0 comments on commit 673aaac

Please sign in to comment.