2 references to GetEnvironmentVariableAsBool
Microsoft.NET.Sdk.Publish.Tasks (1)
WebConfigTelemetry.cs (1)
33
bool isCLIOptOutEnabled = EnvironmentHelper.
GetEnvironmentVariableAsBool
(EnvironmentVariableNames.TELEMETRY_OPTOUT, defaultValue: CompileOptions.TelemetryOptOutDefault);
Microsoft.NET.Sdk.Publish.Tasks.Tests (1)
EnvironmentHelperTests.cs (1)
27
bool actualOutput = EnvironmentHelper.
GetEnvironmentVariableAsBool
(TelemetryOptout);