1 write to MatchingRid
Microsoft.NET.Build.Tasks (1)
PickBestRid.cs (1)
55MatchingRid = bestRidForPlatform;
6 references to MatchingRid
Microsoft.NET.Build.Tasks.UnitTests (6)
GivenAPickBestRid.cs (6)
60task.MatchingRid.Should().Be("win-x64"); 85task.MatchingRid.Should().Be("win"); 110task.MatchingRid.Should().Be("any"); 130task.MatchingRid.Should().BeNull(); 155task.MatchingRid.Should().BeNull(); 185task.MatchingRid.Should().BeNull();