File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
src/Tasks/Microsoft.NET.Build.Tasks/targets Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -137,6 +137,11 @@ Copyright (c) .NET Foundation. All rights reserved.
137
137
<TFTelemetry Include =" TargetPlatformIdentifier" Value =" $(TargetPlatformIdentifier)" />
138
138
<TFTelemetry Include =" UseMonoRuntime" Value =" $(UseMonoRuntime)" />
139
139
<TFTelemetry Include =" PublishAot" Value =" $(PublishAot)" />
140
+ <TFTelemetry Include =" PublishTrimmed" Value =" $(PublishTrimmed)" />
141
+ <TFTelemetry Include =" PublishSelfContained" Value =" $(PublishSelfContained)" />
142
+ <TFTelemetry Include =" PublishReadyToRun" Value =" $(PublishReadyToRun)" />
143
+ <TFTelemetry Include =" PublishReadyToRunComposite" Value =" $(PublishReadyToRunComposite)" />
144
+ <TFTelemetry Include =" PublishProtocol" Value =" $(PublishProtocol)" />
140
145
<TFTelemetry Include =" Configuration" Value =" $(Configuration)" />
141
146
</ItemGroup >
142
147
<AllowEmptyTelemetry EventName =" targetframeworkeval" EventData =" @(TFTelemetry)" />
You can’t perform that action at this time.
0 commit comments