Update dotnet-desktop.yml

This commit is contained in:
Zhe Fang
2025-06-11 09:33:40 -04:00
committed by GitHub
parent f512e686b0
commit 377d68d83c

View File

@@ -77,6 +77,10 @@ jobs:
- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@v2
- name: Add CommunityToolkit Azure DevOps 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 --configfile nuget.config
# Execute all unit tests in the solution
- name: Execute unit tests
run: dotnet test