Update dotnet-desktop.yml

This commit is contained in:
Zhe Fang
2025-06-11 09:42:48 -04:00
committed by GitHub
parent 1a736c13d5
commit 3dc14e52d8

View File

@@ -79,7 +79,7 @@ jobs:
- 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
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
# Execute all unit tests in the solution
- name: Execute unit tests