From e4be4edd471c99b54876391834b1e22f3d9c30e9 Mon Sep 17 00:00:00 2001 From: Jonathan Pryor Date: Fri, 12 Mar 2021 12:17:59 -0500 Subject: [PATCH] Install .NET 5.0.103. Context: https://discord.com/channels/732297728826277939/732297952676020316/819978878948868166 Context: https://github.com/microsoft/vstest/pull/2571 Looks like an updated version of `dotnet test` *might* fix my "test architecture" conundrum, so let's try using .NET 5.0.103! --- build-tools/automation/azure-pipelines.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-tools/automation/azure-pipelines.yaml b/build-tools/automation/azure-pipelines.yaml index 44ef67378..34a678068 100644 --- a/build-tools/automation/azure-pipelines.yaml +++ b/build-tools/automation/azure-pipelines.yaml @@ -18,7 +18,7 @@ pr: variables: RunningOnCI: true Build.Configuration: Release - DotNetCoreVersion: 3.1.300 + DotNetCoreVersion: 5.0.103 HostedMacImage: macOS-10.15 HostedWinVS2019: Hosted Windows 2019 with VS2019 NetCoreTargetFrameworkPathSuffix: -netcoreapp3.1