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 9073c3a commit d0dfbdc
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
uses: microsoft/[email protected]

- name: Restore NuGet Packages
run: |
run:
dotnet restore
dotnet restore .\StompboxAndroid\StompboxAndroid.csproj

- name: Run Image Processor
working-directory: ${{github.workspace}}
run: |
Expand Down Expand Up @@ -55,6 +55,9 @@ jobs:
with:
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 d0dfbdc

Please sign in to comment.