Skip to content

Commit

Permalink
Experimental debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kant2002 committed Jul 19, 2023
1 parent 9b62cd7 commit 69aeb5e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
- name: Restore packages
run: dotnet paket restore
- name: Build and test (Release)
run: dotnet fake build -t All
run:
set FAKE_DETAILED_ERRORS=true
dotnet fake build -t All
- name: Build (Debug)
run: dotnet build -c Debug -v n

Expand Down

0 comments on commit 69aeb5e

Please sign in to comment.