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 8523d9d commit 86bdbd7
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 @@ -70,7 +70,7 @@ jobs:
dotnet-version: 9.0.x
dotnet-quality: preview

# Set up MSBuild with the installed Build Tools
# Set up MSBuild from Visual Studio
- name: Setup MSBuild.exe
run: |
echo "Adding MSBuild to path"
Expand All @@ -85,7 +85,7 @@ jobs:
# Restore and Build using MSBuild (Framework version)
- name: Restore and Build the Skylark
run: |
'"C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin\MSBuild.exe"' ${{ matrix.solution }} /t:Restore;Build /p:Configuration=$env:Configuration
& "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin\MSBuild.exe" "${{ matrix.solution }}" /t:Restore;Build /p:Configuration=$env:Configuration
env:
NUGET_CONFIG_PATH: ./NuGet.Config
Configuration: ${{ matrix.configuration }}

0 comments on commit 86bdbd7

Please sign in to comment.