Skip to content

Commit

Permalink
Update build-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adospace authored Nov 15, 2023
1 parent 3bc19bf commit 9269571
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ jobs:
- name: Setup MSBuild.exe
uses: microsoft/[email protected]

# Restore the application to populate the obj folder with RuntimeIdentifiers
- name: Build the packages
run: msbuild $env:Solution_Name /t:Restore /p:Configuration=$env:Configuration
env:
Configuration: Release

# Restore the application to populate the obj folder with RuntimeIdentifiers
- name: Build the packages
run: msbuild $env:Solution_Name /p:Configuration=$env:Configuration
Expand Down

0 comments on commit 9269571

Please sign in to comment.