Skip to content

Commit

Permalink
Update pull-request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Eilon committed Sep 20, 2023
1 parent 6cf0272 commit 7fa601f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand All @@ -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
Expand Down

0 comments on commit 7fa601f

Please sign in to comment.