3 writes to DotNet
Aspire.Workload.Tests (3)
tests\Shared\WorkloadTesting\BuildEnvironment.cs (3)
131DotNet = Path.Combine(sdkForWorkloadPath!, "dotnet"); 134DotNet += ".exe"; 209DotNet = otherBuildEnvironment.DotNet;
6 references to DotNet
Aspire.Workload.Tests (6)
tests\Shared\WorkloadTesting\AspireProject.cs (2)
123AppHostProcess.StartInfo = new ProcessStartInfo(_buildEnv.DotNet, processArguments) 139_testOutput.WriteLine($"Starting the process: {_buildEnv.DotNet} {processArguments} in {AppHostProcess.StartInfo.WorkingDirectory}");
tests\Shared\WorkloadTesting\BuildEnvironment.cs (1)
209DotNet = otherBuildEnvironment.DotNet;
tests\Shared\WorkloadTesting\DotNetCommand.cs (1)
14: base((buildEnv ?? BuildEnvironment.ForDefaultFramework).DotNet, _testOutput, label)
tests\Shared\WorkloadTesting\RunCommand.cs (2)
13WithEnvironmentVariable("DOTNET_ROOT", Path.GetDirectoryName(_buildEnvironment.DotNet)!); 14WithEnvironmentVariable("DOTNET_INSTALL_DIR", Path.GetDirectoryName(_buildEnvironment.DotNet)!);