16 references to LatestMacRuntimeIdentifier
dotnet.Tests (2)
TelemetryCommandTest.cs (2)
324
string[] args = { "build", "--configuration", "Debug", "--runtime", $"{ToolsetInfo.
LatestMacRuntimeIdentifier
}-x64" };
336
e.Properties["runtime"] == Sha256Hasher.Hash($"{ToolsetInfo.
LatestMacRuntimeIdentifier
.ToUpper()}-X64") &&
Microsoft.DotNet.Cli.Utils.Tests (1)
GivenAFrameworkDependencyFile.cs (1)
137
currentRuntimeIdentifier: $"{ToolsetInfo.
LatestMacRuntimeIdentifier
}-x64",
Microsoft.NET.Build.Tests (1)
GivenThatWeWantACustomTFM.cs (1)
15
var runtimeIdentifier = $"{ToolsetInfo.
LatestMacRuntimeIdentifier
}-x64";
Microsoft.NET.Publish.Tests (1)
GivenThatWeWantToPublishAToolProjectWithPackagedShim.cs (1)
27
propertyGroup.Add(new XElement(ns + "PackAsToolShimRuntimeIdentifiers", $"win-x64;{ToolsetInfo.
LatestMacRuntimeIdentifier
}-x64"));
Microsoft.NET.TestFramework (2)
TestAsset.cs (1)
102
(propertyName: "RuntimeIdentifier", variableName: "LatestMacRuntimeIdentifier", value: ToolsetInfo.
LatestMacRuntimeIdentifier
),
ToolsetInfo.cs (1)
20
public const string LatestRuntimeIdentifiers = $"{LatestWinRuntimeIdentifier}-x64;{LatestWinRuntimeIdentifier}-x86;{
LatestMacRuntimeIdentifier
}-x64;{LatestLinuxRuntimeIdentifier}-x64;linux-musl-x64";
Microsoft.NET.ToolPack.Tests (9)
GivenThatWeWantToPackAToolProjectWithPackagedShim.cs (8)
60
propertyGroup.Add(new XElement(ns + "PackAsToolShimRuntimeIdentifiers", $"win-x64;{ToolsetInfo.
LatestMacRuntimeIdentifier
}-x64"));
129
allItems.Should().Contain($"tools/{framework.GetShortFolderName()}/any/shims/{ToolsetInfo.
LatestMacRuntimeIdentifier
}-x64/{NupkgOfPackWithShimsFixture._customToolCommandName}",
150
propertyGroup.Add(new XElement(ns + "PackAsToolShimRuntimeIdentifiers", $"win-x64;{ToolsetInfo.
LatestMacRuntimeIdentifier
}-x64"));
162
string osxShimPath = Path.Combine(shimoutputPath, $"shims/{targetFramework}/{ToolsetInfo.
LatestMacRuntimeIdentifier
}-x64/{_customToolCommandName}");
188
string osxShimPath = Path.Combine(outputDirectory.FullName, $"shims/{targetFramework}/{ToolsetInfo.
LatestMacRuntimeIdentifier
}-x64/{_customToolCommandName}");
217
string osxShimPath = Path.Combine(outputDirectory.FullName, $"shims/netcoreapp2.1/{ToolsetInfo.
LatestMacRuntimeIdentifier
}-x64/{_customToolCommandName}");
282
allItems.Should().Contain($"tools/{framework.GetShortFolderName()}/any/shims/{ToolsetInfo.
LatestMacRuntimeIdentifier
}-x64/{_customToolCommandName}",
395
testProject.AdditionalProperties.Add("PackAsToolShimRuntimeIdentifiers", $"win-x64;{ToolsetInfo.
LatestMacRuntimeIdentifier
}-x64");
PackWithShimsAndResultNugetPackageNuGetPackagexFixture.cs (1)
73
propertyGroup.Add(new XElement(ns + "PackAsToolShimRuntimeIdentifiers", $"win-x64;{ToolsetInfo.
LatestMacRuntimeIdentifier
}-x64"));