Skip to content

Commit

Permalink
Turn of "Release" build in matrix configuration for the moment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Mell committed Mar 5, 2024
1 parent c78ca42 commit f062871
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:

strategy:
matrix:
configuration: [Debug, Release]
# configuration: [Debug, Release] # commented this for the moment, because below msbuild is called with "Release" config
configuration: [Debug]

runs-on: windows-2019 # this is the last Github runner VM that supports .Net Framework 2019

Expand Down

0 comments on commit f062871

Please sign in to comment.