Skip to content

Commit

Permalink
Test merge restore & build
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinbreiz committed Sep 29, 2023
1 parent 3b245d6 commit 7a8f094
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,9 @@ jobs:
restore-keys: |
${{ runner.os }}-nuget
- name: Nuget - Restore
- name: Restore & Build - Cosmos
run: |
msbuild Cosmos\Build.sln /t:Restore /maxcpucount /verbosity:normal /p:Net48=True /p:Configuration=Debug-CI
- name: Build - Cosmos
run: |
msbuild Cosmos\Build.sln /t:Build /maxcpucount /verbosity:normal /p:Net48=True /p:Configuration=Debug-CI
msbuild Build.sln /t:Restore;Build /maxcpucount /verbosity:normal /p:Net48=True /p:Configuration=Debug-CI
- name: Build - IL2CPU
run: |
Expand Down

0 comments on commit 7a8f094

Please sign in to comment.