You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/core/tools/telemetry.md
+14-1Lines changed: 14 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ The telemetry feature collects the following data:
76
76
| >=5.0.100 | Hashed RuntimeIdentifier used for build (MSBuild property) |
77
77
| >=5.0.100 | Hashed SelfContained used for build (MSBuild property) |
78
78
| >=5.0.100 | Hashed UseApphost used for build (MSBuild property) |
79
-
| >=5.0.100 | Hashed OutputType used for build (MSBuild property|
79
+
| >=5.0.100 | Hashed OutputType used for build (MSBuild property)|
80
80
| >=5.0.201 | Hashed PublishReadyToRun used for build (MSBuild property) |
81
81
| >=5.0.201 | Hashed PublishTrimmed used for build (MSBuild property) |
82
82
| >=5.0.201 | Hashed PublishSingleFile used for build (MSBuild property) |
@@ -93,6 +93,19 @@ The telemetry feature collects the following data:
93
93
| >=6.0.300 | If the CLI was invoked from a Continuous Integration environment. For more information, see [Continuous Integration Detection](#continuous-integration-detection).|
94
94
| >=7.0.100 | Hashed PublishAot used for build (MSBuild property) |
95
95
| >=7.0.100 | Hashed PublishProtocol used for build (MSBuild property) |
96
+
| >=8.0.100 | Hashed TargetPlatformIdentifier used for build (MSBuild property) |
97
+
| >=8.0.100 | Hashed HybridGlobalization used for build (MSBuild property) |
0 commit comments