14 references to ShellOutVital
Roslyn.Test.Performance.Utilities (14)
Benchview.cs (6)
96ShellOutVital("py", $"\"{uploadPy}\" \"{submissionJson}\" --container roslyn"); 117ShellOutVital("py", $"\"{measurementPy}\" rps \"{source}\" --better desc -o \"{measurementJson}\""); 149ShellOutVital("py", $"\"{submissionMetadataPy}\" --name \"{submissionName}\" --user-email dotnet-bot@microsoft.com -o \"{submissionMetadataJson}\""); 150ShellOutVital("py", $"\"{buildPy}\" git --type {submissionType} --branch \"{branch}\" -o \"{buildJson}\""); 151ShellOutVital("py", $"\"{machinedataPy}\" -o \"{machinedataJson}\""); 178ShellOutVital("py", arguments);
TraceManager.cs (4)
56ShellOutVital(_cpcPath, "/Setup /SkipClean", workingDirectory: TestUtilities.GetCPCDirectoryPath()); 61ShellOutVital(_cpcPath, "/Start /SkipClean", workingDirectory: TestUtilities.GetCPCDirectoryPath()); 68ShellOutVital(_cpcPath, $"/Stop /SkipClean /ScenarioPath=\"{scenariosXmlPath}\" /ConsumptionTempResultsPath=\"{consumptionTempResultsPath}\"", workingDirectory: TestUtilities.GetCPCDirectoryPath()); 73ShellOutVital(_cpcPath, "/Cleanup /SkipClean", workingDirectory: TestUtilities.GetCPCDirectoryPath());
VsPerfTest.cs (4)
84ShellOutVital(_installerPath, $"{rootSuffixArg}, /uninstallAll"); 87ShellOutVital(_installerPath, $"{rootSuffixArg} {vsix}"); 92ShellOutVital(TaoPath, $"{Path.Combine(TempDirectory, _testTemplateName)} -perf -host:vs -roslynonly -rootsuffix:{_rootSuffix}", TempDirectory); 95ShellOutVital("xcopy", $"{logDirectory} {Path.Combine(MyBinaries(), "..", "..", "ToArchive")} /s /i /y");