From 736b243367f004372eba7ae076a231d8e31a8201 Mon Sep 17 00:00:00 2001 From: Marcin Krystianc Date: Wed, 9 Aug 2023 10:19:38 +0200 Subject: [PATCH 1/2] pin the version --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d886a4604..6af2f7e27 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,7 +81,7 @@ jobs: - name: Setup .NET SDK v7.0.x uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 7.0.307 - name: Setup Consul Enterprise URL # Consul enterprise until version 1.10.0 can be run even without a valid license, # so we take advantage of that and run enterprise tests for versions lower than 1.10.0. From 1bc6971ff42bbf98333a958b5500108725f41bff Mon Sep 17 00:00:00 2001 From: Marcin Krystianc Date: Wed, 9 Aug 2023 10:31:43 +0200 Subject: [PATCH 2/2] todo --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6af2f7e27..c28e00050 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,6 +81,8 @@ jobs: - name: Setup .NET SDK v7.0.x uses: actions/setup-dotnet@v3 with: + # TODO: Workaround for the https://github.com/microsoft/vstest/issues/4549 + # use dotnet-version: 7.0.x when the 7.0.401+ is avaialble dotnet-version: 7.0.307 - name: Setup Consul Enterprise URL # Consul enterprise until version 1.10.0 can be run even without a valid license,