From cf1140a67ad6c56c754e1ee5126942b35455b9c9 Mon Sep 17 00:00:00 2001 From: Michael Maxwell Date: Tue, 18 Oct 2022 09:51:05 -0700 Subject: [PATCH 1/3] Remove DOTNET_MULTILEVEL_LOOKUP = 1 --- .github/workflows/apicompatibility.yml | 3 +-- .github/workflows/windows-ci.yml | 3 --- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/apicompatibility.yml b/.github/workflows/apicompatibility.yml index 70e7ada39eb..ebfa6c3c638 100644 --- a/.github/workflows/apicompatibility.yml +++ b/.github/workflows/apicompatibility.yml @@ -11,8 +11,7 @@ jobs: runs-on: windows-latest env: CheckAPICompatibility: true - # https://github.com/actions/setup-dotnet/issues/122 - DOTNET_MULTILEVEL_LOOKUP: 1 + steps: - uses: actions/checkout@v3 with: diff --git a/.github/workflows/windows-ci.yml b/.github/workflows/windows-ci.yml index 7ce30a222e6..f7178bd09f3 100644 --- a/.github/workflows/windows-ci.yml +++ b/.github/workflows/windows-ci.yml @@ -13,9 +13,6 @@ on: jobs: build-test: runs-on: windows-latest - env: - # https://github.com/actions/setup-dotnet/issues/122 - DOTNET_MULTILEVEL_LOOKUP: 1 strategy: matrix: From a05aae324ffd022e5043c988935eb5a6950def09 Mon Sep 17 00:00:00 2001 From: Michael Maxwell Date: Tue, 18 Oct 2022 10:09:18 -0700 Subject: [PATCH 2/3] Missed on in code cov --- .github/workflows/code-coverage.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml index a855357cfa0..e7d5451249b 100644 --- a/.github/workflows/code-coverage.yml +++ b/.github/workflows/code-coverage.yml @@ -18,10 +18,7 @@ jobs: fail-fast: false matrix: os: [windows-latest] - env: - OS: ${{ matrix.os }} - # https://github.com/actions/setup-dotnet/issues/122 - DOTNET_MULTILEVEL_LOOKUP: 1 + steps: - uses: actions/checkout@v3 From d3390c35782a3417bb247a3b69896b1baf407216 Mon Sep 17 00:00:00 2001 From: Michael Maxwell Date: Tue, 18 Oct 2022 10:10:28 -0700 Subject: [PATCH 3/3] empty line --- .github/workflows/code-coverage.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml index e7d5451249b..a8709473587 100644 --- a/.github/workflows/code-coverage.yml +++ b/.github/workflows/code-coverage.yml @@ -19,7 +19,6 @@ jobs: matrix: os: [windows-latest] - steps: - uses: actions/checkout@v3 with: