Skip to content

Commit

Permalink
Building to Release
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmyers committed Jul 19, 2024
1 parent 873a0c8 commit 214eff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# echo IGNORE_NORMALISATION_GIT_HEAD_MOVE=1 >> $GITHUB_ENV

- name: Build project
run: dotnet build
run: dotnet build --configuration Release

- name: Test project (Framework 4.6.1)
run: dotnet test output/Release/net461/*Tests.dll --filter "TestCategory != SkipOnTeamCity"
Expand Down

0 comments on commit 214eff2

Please sign in to comment.