Skip to content

Commit

Permalink
Update dotnet-desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ledrunning authored Feb 4, 2024
1 parent 545578b commit f9b917b
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,14 @@ jobs:
uses: microsoft/setup-msbuild@v1.0.2

- name: Restore NuGet packages
run: dotnet restore $env:Solution_Name
env:
Configuration: ${{ matrix.configuration }}
run: |
nuget restore $env:Solution_Name -PackagesDirectory $env:UserProfile\.nuget\packages
ls -R $env:UserProfile\.nuget\packages
env:
Configuration: ${{ matrix.configuration }}

- name: Build the application
run: msbuild $env:Solution_Name /p:Configuration=$env:Configuration
env:
Configuration: ${{ matrix.configuration }}
- name: List packages folder
run: |
ls -R $env:UserProfile\.nuget\packages

0 comments on commit f9b917b

Please sign in to comment.