Skip to content

Commit

Permalink
add msbuild restore
Browse files Browse the repository at this point in the history
  • Loading branch information
nomi-san committed Nov 5, 2024
1 parent 74ccfa3 commit 2d3bf84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
- name: Build app
run: |
cd app
msbuild ParsecVDisplay.csproj /t:Restore
msbuild ParsecVDisplay.csproj /t:Build /p:Configuration=Release /p:Platform=AnyCPU
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 2d3bf84

Please sign in to comment.