|
@@ -26,13 +26,6 @@ namespace RunTests
|
|
|
{
|
|
{
|
|
|
try
|
|
try
|
|
|
{
|
|
{
|
|
|
- // Rename default.NuGet.config to NuGet.config if there is not a custom one from the project
|
|
|
|
|
- // We use a local NuGet.config file to avoid polluting global machine state and avoid relying on global machine state
|
|
|
|
|
- if (!File.Exists("NuGet.config"))
|
|
|
|
|
- {
|
|
|
|
|
- File.Copy("default.NuGet.config", "NuGet.config");
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
EnvironmentVariables.Add("PATH", Options.Path);
|
|
EnvironmentVariables.Add("PATH", Options.Path);
|
|
|
EnvironmentVariables.Add("helix", Options.HelixQueue);
|
|
EnvironmentVariables.Add("helix", Options.HelixQueue);
|
|
|
|
|
|