diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index 5ccaade..dad2a04 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -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 }} \ No newline at end of file + Configuration: ${{ matrix.configuration }}