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 6cce47c commit 39dc682
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/Windows CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,15 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x

# 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
- name: Restore Nuget
uses: actions/restore-dotnet@v3
# Restore the application to populate the obj folder with RuntimeIdentifiers
- name: Restore the application
run: msbuild src/$env:Solution_Name
env:
env:
Configuration: ${{ matrix.configuration }}

# Decode the base 64 encoded pfx and save the Signing_Certificate
Expand Down

0 comments on commit 39dc682

Please sign in to comment.