From 7fa601f2f8fa6809da4b3fc2c7a27b778ff913e9 Mon Sep 17 00:00:00 2001 From: Eilon Lipton Date: Wed, 20 Sep 2023 14:13:12 -0700 Subject: [PATCH] Update pull-request.yml --- .github/workflows/pull-request.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 1eae7b1..6c855d6 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -39,7 +39,7 @@ jobs: dotnet workload list - name: "Restore NuGet packages (Windows)" - run: dotnet msbuild /t:restore /p:Configuration=Release Sources/Microcharts.sln /bl:win-restore-build.binlog + run: msbuild /t:restore /p:Configuration=Release Sources/Microcharts.sln /bl:win-restore-build.binlog if: matrix.os == 'windows-latest' - name: "Restore NuGet packages (Mac)" @@ -57,9 +57,7 @@ jobs: run: msbuild /t:build,pack /p:Configuration=Release Sources/Microcharts/Microcharts.csproj - name: "Build and pack Microcharts Android" - run: | - dotnet build Sources/Microcharts.Droid/Microcharts.Droid.csproj /p:Configuration=Release - msbuild /t:pack /p:Configuration=Release Sources/Microcharts.Droid/Microcharts.Droid.csproj + run: msbuild /t:build,pack /p:Configuration=Release Sources/Microcharts.Droid/Microcharts.Droid.csproj - name: "Build and pack Microcharts Xamarin.Forms" run: msbuild /t:build,pack /p:Configuration=Release Sources/Microcharts.Forms/Microcharts.Forms.csproj