2 references to DeploymentEnvironmentName
aspire (1)
Telemetry\AspireCliTelemetry.cs (1)
362tagsList.Add(new(TelemetryConstants.Tags.DeploymentEnvironmentName, isCIEnvironment ? "ci" : "local"));
Aspire.Cli.Tests (1)
Telemetry\AspireCliTelemetryTests.cs (1)
367Assert.Contains(tags, t => t.Key == TelemetryConstants.Tags.DeploymentEnvironmentName && (string?)t.Value == "ci");