16 assignments to MSBuild item TFTelemetry
MSBuildFiles (16)
C\hostedtoolcache\windows\dotnet\sdk\10.0.101\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets (16)
143<TFTelemetry Include="TargetFrameworkVersion" Value="$([MSBuild]::Escape('$(TargetFrameworkMoniker)'))" /> 144<TFTelemetry Include="RuntimeIdentifier" Value="$(RuntimeIdentifier)" /> 145<TFTelemetry Include="SelfContained" Value="$(SelfContained)" /> 146<TFTelemetry Include="UseApphost" Value="$(UseApphost)" /> 147<TFTelemetry Include="OutputType" Value="$(OutputType)" /> 148<TFTelemetry Include="UseArtifactsOutput" Value="$(UseArtifactsOutput)" /> 149<TFTelemetry Include="ArtifactsPathLocationType" Value="$(_ArtifactsPathLocationType)" /> 150<TFTelemetry Include="TargetPlatformIdentifier" Value="$(TargetPlatformIdentifier)" /> 151<TFTelemetry Include="UseMonoRuntime" Value="$(UseMonoRuntime)" /> 152<TFTelemetry Include="PublishAot" Value="$(PublishAot)" /> 153<TFTelemetry Include="PublishTrimmed" Value="$(PublishTrimmed)" /> 154<TFTelemetry Include="PublishSelfContained" Value="$(PublishSelfContained)" /> 155<TFTelemetry Include="PublishReadyToRun" Value="$(PublishReadyToRun)" /> 156<TFTelemetry Include="PublishReadyToRunComposite" Value="$(PublishReadyToRunComposite)" /> 157<TFTelemetry Include="PublishProtocol" Value="$(PublishProtocol)" /> 158<TFTelemetry Include="Configuration" Value="$(Configuration)" Hash="true" />
1 usage of MSBuild item TFTelemetry
MSBuildFiles (1)
C\hostedtoolcache\windows\dotnet\sdk\10.0.101\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets (1)
160<AllowEmptyTelemetry EventName="targetframeworkeval" EventData="@(TFTelemetry)" />