Skip to content

Commit

Permalink
Update dotnet-desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiizor committed Nov 15, 2024
1 parent 93c5ba1 commit 1c6f5e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
solution: [
src/Skylark.sln,
src/Skylark.DNS.sln,
# src/Skylark.Wing.sln,
src/Skylark.Wing.sln,
src/Skylark.Uptime.sln,
src/Skylark.Standard.sln,
src/Skylark.Clipboard.sln,
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:

# Restore the application to populate the obj folder with RuntimeIdentifiers
- name: Restore the Skylark
run: msbuild ${{ matrix.solution }} /t:Restore /p:Configuration=$env:Configuration
run: '"C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin\MSBuild.exe" ${{ matrix.solution }} /t:Restore /p:Configuration=$env:Configuration'
env:
NUGET_CONFIG_PATH: ./NuGet.Config
Configuration: ${{ matrix.configuration }}

0 comments on commit 1c6f5e5

Please sign in to comment.