Update dotnet-desktop.yml

This commit is contained in:
Zhe Fang
2025-06-11 10:08:18 -04:00
committed by GitHub
parent e8c428614a
commit a4bc63d352

View File

@@ -50,7 +50,7 @@ jobs:
strategy:
matrix:
configuration: [Debug, Release]
configuration: [Release]
runs-on: windows-latest # For a list of available runner types, refer to
# https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on
@@ -75,7 +75,7 @@ jobs:
# Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@v2
uses: microsoft/setup-msbuild@v1.0.2
- name: Add CommunityToolkit Azure DevOps NuGet source
run: |