Skip to content

Commit

Permalink
Fix configuration for release build
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Dec 19, 2023
1 parent b06d4ac commit e8bc426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
dotnet-version: '7'
- name: Restore, build, and test
run: |
msbuild -r -p:configuration=Debug -p:TargetFramework=net48
msbuild -r -p:configuration=Release -p:TargetFramework=net48
dotnet build -f net7.0
- name: Smoke test the validator outside the build dir
run: |
Expand Down

0 comments on commit e8bc426

Please sign in to comment.