Update dotnet-desktop.yml

This commit is contained in:
Dexrn ZacAttack
2025-03-03 07:59:12 -08:00
committed by GitHub
parent cbba78d07d
commit 1c43832fbd

View File

@@ -74,6 +74,11 @@ jobs:
- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@v2
- uses: actions/setup-python@v5
with:
python-version: '3.13'
cache: 'pip'
# Restore the application to populate the obj folder with RuntimeIdentifiers
- name: Restore the application
run: dotnet restore