4 references to TelemetryOptout
Microsoft.NET.Sdk.Publish.Tasks.Tests (4)
EnvironmentHelperTests.cs (4)
23string originalValue = Environment.GetEnvironmentVariable(TelemetryOptout); 24Environment.SetEnvironmentVariable(TelemetryOptout, value); 27bool actualOutput = EnvironmentHelper.GetEnvironmentVariableAsBool(TelemetryOptout); 34Environment.SetEnvironmentVariable(TelemetryOptout, originalValue);