11 references to GetProcessStartInfo
dotnet (1)
Commands\MSBuild\MSBuildForwardingApp.cs (1)
95
ProcessStartInfo startInfo =
GetProcessStartInfo
();
dotnet.Tests (10)
CommandTests\MSBuild\GivenMsbuildForwardingApp.cs (7)
21
.
GetProcessStartInfo
().FileName.Should().EndWith("dotnet.exe");
29
.
GetProcessStartInfo
().FileName.Should().EndWith("dotnet");
39
var startInfo = new MSBuildForwardingApp(new string[0], msbuildPath).
GetProcessStartInfo
();
49
.
GetProcessStartInfo
()
61
.
GetProcessStartInfo
()
73
.
GetProcessStartInfo
();
93
.
GetProcessStartInfo
().WorkingDirectory.Should().Be("");
NuGetSignatureVerificationEnablerTests.cs (3)
95
VerifyEnvironmentVariable(forwardingApp.
GetProcessStartInfo
(), bool.TrueString);
109
VerifyEnvironmentVariable(forwardingApp.
GetProcessStartInfo
(), bool.FalseString);
135
VerifyNoEnvironmentVariable(forwardingApp.
GetProcessStartInfo
());