Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeoliphant authored Jun 27, 2024
1 parent d0dfbdc commit 81bcd56
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Restore NuGet Packages
run:
dotnet restore
msbuild /t:restore .\StompboxUI.sln /p:RestoreProjectFilterMode="inclusionlist"

- name: Run Image Processor
working-directory: ${{github.workspace}}
Expand Down Expand Up @@ -56,8 +56,5 @@ jobs:
distribution: 'microsoft'
java-version: '17'

- name: Install MGCB
run: dotnet tool install -g dotnet-mgcb

- name: run MSBuild for Android Remote
run: msbuild .\StompboxAndroid\StompboxAndroid.csproj /t:PackageForAndroid /p:Configuration=Debug

0 comments on commit 81bcd56

Please sign in to comment.