Skip to content

Commit

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

env:
FAKE_DETAILED_ERRORS: true

jobs:
build-windows:
Expand All @@ -23,6 +21,8 @@ jobs:
- name: Restore packages
run: dotnet paket restore
- name: Build and test (Release)
env:
FAKE_DETAILED_ERRORS: true
run: dotnet fake build -t All
- name: Build (Debug)
run: dotnet build -c Debug -v n
Expand Down

0 comments on commit ccc2ad7

Please sign in to comment.