Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeoliphant authored Mar 20, 2024
1 parent 143781e commit 9dbb9a7
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,13 @@ jobs:
- name: Setup MSBuild and add to PATH
uses: microsoft/[email protected]


- name: Run Image Processor
working-directory: ${{github.workspace}}
run:
msbuild .\StompboxUI.sln /t:StompboxImageProcessor /p:Configuration="Release"
StompboxImageProcessor\bin\Release\net6.0-windows\StompboxImageProcessor.exe

- name: Run MSBuild
working-directory: ${{github.workspace}}
run: msbuild .\StompboxUI.sln
run: msbuild .\StompboxUI.sln /p:Configuration=Release

0 comments on commit 9dbb9a7

Please sign in to comment.