Skip to content

Commit

Permalink
Install .NET 5.0.103.
Browse files Browse the repository at this point in the history
Context: https://discord.com/channels/732297728826277939/732297952676020316/819978878948868166
Context: microsoft/vstest#2571

Looks like an updated version of `dotnet test` *might* fix my
"test architecture" conundrum, so let's try using .NET 5.0.103!
  • Loading branch information
jonpryor committed Mar 12, 2021
1 parent 08348d3 commit e4be4ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-tools/automation/azure-pipelines.yaml
Expand Up @@ -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
Expand Down

0 comments on commit e4be4ed

Please sign in to comment.