Skip to content

Commit 5a3e287

Browse files
authored
docs: Enhance documentation for BuildingInsideVisualStudio property
Expanded the description of the 'BuildingInsideVisualStudio' property to clarify its meaning and usage.
1 parent 8329c09 commit 5a3e287

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/internal-documentation/Telemetry-XamlGeneration.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ XAML code generation telemetry tracks the performance and behavior of the Uno Pl
2323
- **IsBuildingUnoSolution**: Whether the Uno.UI solution itself is being built
2424
- **IsUiAutomationMappingEnabled**: Whether UI automation mapping is enabled
2525
- **DefaultLanguage**: The default language for the project
26-
- **BuildingInsideVisualStudio**: Whether building inside Visual Studio
26+
- **BuildingInsideVisualStudio**: Whether building inside Visual Studio. This property is a boolean flag that indicates whether a build is being executed from within Visual Studio or externally, such as via the command line or CI/CD systems. When set to `true`, it means the build was triggered from inside Visual Studio. When set to `false` or `empty`, it implies the build was initiated outside Visual Studio, such as via dotnet build, msbuild.exe, or other automation tools.
27+
2728
- **IDE**: The IDE being used (vswin, vscode, rider, unknown)
2829

2930
### Failure Properties

0 commit comments

Comments
 (0)