12 references to AddTestEnvironmentVariables
dotnet-new.IntegrationTests (6)
CommonTemplatesTests.cs (3)
60TestContext.Current.AddTestEnvironmentVariables(environmentUnderTest); 204TestContext.Current.AddTestEnvironmentVariables(environmentUnderTest); 399TestContext.Current.AddTestEnvironmentVariables(environmentUnderTest);
DotnetClassTemplateTests.cs (2)
51TestContext.Current.AddTestEnvironmentVariables(environmentUnderTest); 131TestContext.Current.AddTestEnvironmentVariables(environmentUnderTest);
TemplateEngineSamplesTest.cs (1)
49TestContext.Current.AddTestEnvironmentVariables(environmentUnderTest);
Microsoft.NET.Build.Tests (2)
AspNetCoreOnFullFramework.cs (1)
90TestContext.Current.AddTestEnvironmentVariables(toolCommandSpec.Environment);
GivenThatWeWantToGenerateADepsFileForATool.cs (1)
232TestContext.Current.AddTestEnvironmentVariables(toolCommandSpec.Environment);
Microsoft.NET.TestFramework (4)
Commands\DotnetCommand.cs (1)
21TestContext.Current.AddTestEnvironmentVariables(sdkCommandSpec.Environment);
Commands\NuGetExeRestoreCommand.cs (1)
74TestContext.Current.AddTestEnvironmentVariables(ret.Environment);
Commands\RunExeCommand.cs (1)
29TestContext.Current.AddTestEnvironmentVariables(sdkCommandSpec.Environment);
ToolsetInfo.cs (1)
245TestContext.Current.AddTestEnvironmentVariables(ret.Environment);