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