From 7a8f094233f268ee0870d8257bc40812f2c90f67 Mon Sep 17 00:00:00 2001 From: Valentin Charbonnier Date: Fri, 29 Sep 2023 15:16:56 +0200 Subject: [PATCH] Test merge restore & build --- .github/workflows/pr.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index c059feae81..f4a1aae899 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -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: |