Skip to content

Commit

Permalink
💚 Fix tests by building in Debug-CI mode (restore too)
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinbreiz committed Sep 29, 2023
1 parent 43dd523 commit 3b245d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Nuget - Restore
run: |
msbuild Cosmos\Build.sln /t:Restore /maxcpucount /verbosity:normal /p:Net48=True
msbuild Cosmos\Build.sln /t:Restore /maxcpucount /verbosity:normal /p:Net48=True /p:Configuration=Debug-CI
- name: Build - Cosmos
run: |
Expand Down

0 comments on commit 3b245d6

Please sign in to comment.