4 references to WithEnvironmentVariable
Aspire.EndToEnd.Tests (4)
tests\Shared\WorkloadTesting\RunCommand.cs (4)
13
WithEnvironmentVariable
("DOTNET_ROOT", Path.GetDirectoryName(_buildEnvironment.DotNet)!);
14
WithEnvironmentVariable
("DOTNET_INSTALL_DIR", Path.GetDirectoryName(_buildEnvironment.DotNet)!);
15
WithEnvironmentVariable
("DOTNET_MULTILEVEL_LOOKUP", "0");
16
WithEnvironmentVariable
("DOTNET_SKIP_FIRST_TIME_EXPERIENCE", "1");