Update dotnet-desktop.yml

This commit is contained in:
Zhe Fang
2025-06-11 10:22:38 -04:00
committed by GitHub
parent 2970b5e246
commit ba8aad9831

View File

@@ -40,6 +40,10 @@ jobs:
- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@v2
- name: Add CommunityToolkit-Labs NuGet source
run: |
dotnet nuget add source https://pkgs.dev.azure.com/dotnet/CommunityToolkit/_packaging/CommunityToolkit-Labs/nuget/v3/index.json --name CommunityToolkit-Labs --store-password-in-clear-text
# Restore the application to populate the obj folder with RuntimeIdentifiers
- name: Restore the application
run: msbuild $env:Solution_Name /t:Restore /p:Configuration=$env:Configuration