Update dotnet-desktop.yml

This commit is contained in:
Zhe Fang
2025-06-11 10:19:05 -04:00
committed by GitHub
parent 80a68b2612
commit 2970b5e246

View File

@@ -34,11 +34,11 @@ jobs:
- name: Install .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
dotnet-version: 8.0.x
# Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@v1.0.2
uses: microsoft/setup-msbuild@v2
# Restore the application to populate the obj folder with RuntimeIdentifiers
- name: Restore the application
@@ -69,7 +69,7 @@ jobs:
# Upload the MSIX package: https://github.com/marketplace/actions/upload-a-build-artifact
- name: Upload MSIX package
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: MSIX Package
path: ${{ env.Solution_Name }}\\Packages