Skip to content

Commit

Permalink
Update Windows CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
asv-soft-u03 authored Dec 11, 2023
1 parent f4e3bba commit 6cce47c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Windows CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ jobs:
# Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
- name: Setup MSBuild.exe
uses: microsoft/[email protected]

-name: Restore NuGet
run: dotnet restore
# Restore the application to populate the obj folder with RuntimeIdentifiers
- name: Restore the application
run: msbuild src/$env:Solution_Name
Expand Down

0 comments on commit 6cce47c

Please sign in to comment.