From a37fcbd2fd8e3b7dae425210d94bfa1d4e82e91e Mon Sep 17 00:00:00 2001 From: goat <16760685+goaaats@users.noreply.github.com> Date: Thu, 18 Nov 2021 15:18:14 +0100 Subject: [PATCH] Revert "ci: set MSBuildEnableWorkloadResolver=true" This reverts commit 076ebefbf479889657e9ec03c450f514ea95b0bc. --- .github/workflows/main.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 10347722c..7c2b46795 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,8 +13,6 @@ jobs: submodules: recursive - name: Setup MSBuild uses: microsoft/setup-msbuild@v1.0.2 - env: - MSBuildEnableWorkloadResolver: true - name: Define VERSION run: | $env:COMMIT = $env:GITHUB_SHA.Substring(0, 7) @@ -26,12 +24,8 @@ jobs: ($env:COMMIT) >> VERSION - name: Build Dalamud run: .\build.ps1 compile - env: - MSBuildEnableWorkloadResolver: true - name: Test Dalamud run: .\build.ps1 test - env: - MSBuildEnableWorkloadResolver: true - name: Create hashlist run: .\CreateHashList.ps1 .\bin\Release - name: Upload artifact