1 write to TargetRuntimeIdentifiers
Microsoft.NET.Build.Containers (1)
Tasks\ComputeDotnetBaseImageAndTag.cs (1)
94
TargetRuntimeIdentifiers
= [];
4 references to TargetRuntimeIdentifiers
Microsoft.NET.Build.Containers (4)
Tasks\ComputeDotnetBaseImageAndTag.cs (4)
125
var muslRidsCount =
TargetRuntimeIdentifiers
.Count(rid => rid.StartsWith("linux-musl", StringComparison.Ordinal));
128
if (muslRidsCount ==
TargetRuntimeIdentifiers
.Length)
331
var telemetryData = new InferenceTelemetryData(InferencePerformed: false, TargetFramework: ParseSemVerToMajorMinor(TargetFrameworkVersion), userBaseImage, userTag, containerFamily, GetTelemetryProjectType(), GetTelemetryPublishMode(), UsesInvariantGlobalization,
TargetRuntimeIdentifiers
);
338
var telemetryData = new InferenceTelemetryData(InferencePerformed: true, TargetFramework: ParseSemVerToMajorMinor(TargetFrameworkVersion), imageName, tag, String.IsNullOrEmpty(ContainerFamily) ? null : ContainerFamily, GetTelemetryProjectType(), GetTelemetryPublishMode(), UsesInvariantGlobalization,
TargetRuntimeIdentifiers
);