7 assignments to MSBuild item TFTelemetry
MSBuildFiles (7)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets (7)
130<TFTelemetry Include="TargetFrameworkVersion" Value="$([MSBuild]::Escape('$(TargetFrameworkMoniker)'))" /> 131<TFTelemetry Include="RuntimeIdentifier" Value="$(RuntimeIdentifier)" /> 132<TFTelemetry Include="SelfContained" Value="$(SelfContained)" /> 133<TFTelemetry Include="UseApphost" Value="$(UseApphost)" /> 134<TFTelemetry Include="OutputType" Value="$(OutputType)" /> 135<TFTelemetry Include="UseArtifactsOutput" Value="$(UseArtifactsOutput)" /> 136<TFTelemetry Include="ArtifactsPathLocationType" Value="$(_ArtifactsPathLocationType)" />
1 usage of MSBuild item TFTelemetry
MSBuildFiles (1)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets (1)
138<AllowEmptyTelemetry EventName="targetframeworkeval" EventData="@(TFTelemetry)" />