3 writes to DotNet
Aspire.EndToEnd.Tests (3)
tests\Shared\TemplatesTesting\BuildEnvironment.cs (3)
180DotNet = Path.Combine(sdkForTemplatePath!, "dotnet"); 183DotNet += ".exe"; 266DotNet = otherBuildEnvironment.DotNet;
7 references to DotNet
Aspire.EndToEnd.Tests (7)
tests\Shared\TemplatesTesting\AspireProject.cs (2)
179AppHostProcess.StartInfo = new ProcessStartInfo(_buildEnv.DotNet, processArguments) 195_testOutput.WriteLine($"Starting the process: {_buildEnv.DotNet} {processArguments} in {AppHostProcess.StartInfo.WorkingDirectory}");
tests\Shared\TemplatesTesting\BuildEnvironment.cs (1)
266DotNet = otherBuildEnvironment.DotNet;
tests\Shared\TemplatesTesting\DotNetCommand.cs (1)
14: base((buildEnv ?? BuildEnvironment.ForDefaultFramework).DotNet, _testOutput, label)
tests\Shared\TemplatesTesting\RunCommand.cs (2)
13WithEnvironmentVariable("DOTNET_ROOT", Path.GetDirectoryName(_buildEnvironment.DotNet)!); 14WithEnvironmentVariable("DOTNET_INSTALL_DIR", Path.GetDirectoryName(_buildEnvironment.DotNet)!);
tests\Shared\TemplatesTesting\TemplateCustomHive.cs (1)
77dotnet: buildEnvironment.DotNet);