Update dotnet-desktop.yml

This commit is contained in:
Gerrit Edzards 2023-05-30 12:28:15 +02:00 committed by GitHub
parent 8a96fd9c64
commit ea8aedad21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,12 +22,6 @@ jobs:
with:
fetch-depth: 0
# Install the .NET Core workload
- name: Install .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.x
# Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@v1
@ -40,4 +34,4 @@ jobs:
- name: Build solution
run: msbuild $env:Solution_Name /t:Rebuild /p:Configuration=$env:Configuration
env:
Configuration: ${{ matrix.configuration }}
Configuration: ${{ matrix.configuration }}