@@ -457,7 +457,7 @@ public void TestDefaultCppAutobuilder()
457457 [ Fact ]
458458 public void TestCppAutobuilderSuccess ( )
459459 {
460- Actions . RunProcess [ @"cmd.exe /C C:\codeql\ csharp\tools \nuget.exe restore C:\Project\test.sln" ] = 1 ;
460+ Actions . RunProcess [ @"cmd.exe /C C:\odasa\tools\ csharp\nuget \nuget.exe restore C:\Project\test.sln" ] = 1 ;
461461 Actions . RunProcess [ @"cmd.exe /C CALL ^""C:\Program Files ^(x86^)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat^"" && C:\odasa\tools\odasa index --auto msbuild C:\Project\test.sln /p:UseSharedCompilation=false /t:rebuild /p:Platform=""x86"" /p:Configuration=""Release"" /p:MvcBuildViews=true" ] = 0 ;
462462 Actions . RunProcessOut [ @"C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe -prerelease -legacy -property installationPath" ] = "" ;
463463 Actions . RunProcess [ @"C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe -prerelease -legacy -property installationPath" ] = 1 ;
@@ -720,9 +720,9 @@ public void TestWindowsCmdIgnoreErrors()
720720 [ Fact ]
721721 public void TestWindowCSharpMsBuild ( )
722722 {
723- Actions . RunProcess [ @"cmd.exe /C C:\codeql\ csharp\tools \nuget.exe restore C:\Project\test1.sln" ] = 0 ;
723+ Actions . RunProcess [ @"cmd.exe /C C:\odasa\tools\ csharp\nuget \nuget.exe restore C:\Project\test1.sln" ] = 0 ;
724724 Actions . RunProcess [ "cmd.exe /C CALL ^\" C:\\ Program Files ^(x86^)\\ Microsoft Visual Studio 12.0\\ VC\\ vcvarsall.bat^\" && C:\\ odasa\\ tools\\ odasa index --auto msbuild C:\\ Project\\ test1.sln /p:UseSharedCompilation=false /t:Windows /p:Platform=\" x86\" /p:Configuration=\" Debug\" /p:MvcBuildViews=true /P:Fu=Bar" ] = 0 ;
725- Actions . RunProcess [ @"cmd.exe /C C:\codeql\ csharp\tools \nuget.exe restore C:\Project\test2.sln" ] = 0 ;
725+ Actions . RunProcess [ @"cmd.exe /C C:\odasa\tools\ csharp\nuget \nuget.exe restore C:\Project\test2.sln" ] = 0 ;
726726 Actions . RunProcess [ "cmd.exe /C CALL ^\" C:\\ Program Files ^(x86^)\\ Microsoft Visual Studio 12.0\\ VC\\ vcvarsall.bat^\" && C:\\ odasa\\ tools\\ odasa index --auto msbuild C:\\ Project\\ test2.sln /p:UseSharedCompilation=false /t:Windows /p:Platform=\" x86\" /p:Configuration=\" Debug\" /p:MvcBuildViews=true /P:Fu=Bar" ] = 0 ;
727727 Actions . RunProcess [ @"cmd.exe /C C:\codeql\tools\java\bin\java -jar C:\codeql\csharp\tools\extractor-asp.jar ." ] = 0 ;
728728 Actions . RunProcess [ @"cmd.exe /C C:\odasa\tools\odasa index --xml --extensions config csproj props xml" ] = 0 ;
@@ -751,9 +751,9 @@ public void TestWindowCSharpMsBuild()
751751 [ Fact ]
752752 public void TestWindowCSharpMsBuildMultipleSolutions ( )
753753 {
754- Actions . RunProcess [ @"cmd.exe /C C:\codeql\ csharp\tools \nuget.exe restore test1.csproj" ] = 0 ;
754+ Actions . RunProcess [ @"cmd.exe /C C:\odasa\tools\ csharp\nuget \nuget.exe restore test1.csproj" ] = 0 ;
755755 Actions . RunProcess [ "cmd.exe /C CALL ^\" C:\\ Program Files ^(x86^)\\ Microsoft Visual Studio 12.0\\ VC\\ vcvarsall.bat^\" && C:\\ odasa\\ tools\\ odasa index --auto msbuild test1.csproj /p:UseSharedCompilation=false /t:Windows /p:Platform=\" x86\" /p:Configuration=\" Debug\" /p:MvcBuildViews=true /P:Fu=Bar" ] = 0 ;
756- Actions . RunProcess [ @"cmd.exe /C C:\codeql\ csharp\tools \nuget.exe restore test2.csproj" ] = 0 ;
756+ Actions . RunProcess [ @"cmd.exe /C C:\odasa\tools\ csharp\nuget \nuget.exe restore test2.csproj" ] = 0 ;
757757 Actions . RunProcess [ "cmd.exe /C CALL ^\" C:\\ Program Files ^(x86^)\\ Microsoft Visual Studio 12.0\\ VC\\ vcvarsall.bat^\" && C:\\ odasa\\ tools\\ odasa index --auto msbuild test2.csproj /p:UseSharedCompilation=false /t:Windows /p:Platform=\" x86\" /p:Configuration=\" Debug\" /p:MvcBuildViews=true /P:Fu=Bar" ] = 0 ;
758758 Actions . RunProcess [ @"cmd.exe /C C:\codeql\tools\java\bin\java -jar C:\codeql\csharp\tools\extractor-asp.jar ." ] = 0 ;
759759 Actions . RunProcess [ @"cmd.exe /C C:\odasa\tools\odasa index --xml --extensions config csproj props xml" ] = 0 ;
@@ -798,7 +798,7 @@ public void TestWindowCSharpMsBuildMultipleSolutions()
798798 [ Fact ]
799799 public void TestWindowCSharpMsBuildFailed ( )
800800 {
801- Actions . RunProcess [ @"cmd.exe /C C:\codeql\ csharp\tools \nuget.exe restore C:\Project\test1.sln" ] = 0 ;
801+ Actions . RunProcess [ @"cmd.exe /C C:\odasa\tools\ csharp\nuget \nuget.exe restore C:\Project\test1.sln" ] = 0 ;
802802 Actions . RunProcess [ "cmd.exe /C CALL ^\" C:\\ Program Files ^(x86^)\\ Microsoft Visual Studio 12.0\\ VC\\ vcvarsall.bat^\" && C:\\ odasa\\ tools\\ odasa index --auto msbuild C:\\ Project\\ test1.sln /p:UseSharedCompilation=false /t:Windows /p:Platform=\" x86\" /p:Configuration=\" Debug\" /p:MvcBuildViews=true /P:Fu=Bar" ] = 1 ;
803803 Actions . FileExists [ "csharp.log" ] = true ;
804804 Actions . FileExists [ @"C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe" ] = false ;
@@ -1006,7 +1006,7 @@ public void TestDotnetVersionWindows()
10061006 [ Fact ]
10071007 public void TestDirsProjWindows ( )
10081008 {
1009- Actions . RunProcess [ @"cmd.exe /C C:\codeql\ csharp\tools \nuget.exe restore dirs.proj" ] = 1 ;
1009+ Actions . RunProcess [ @"cmd.exe /C C:\odasa\tools\ csharp\nuget \nuget.exe restore dirs.proj" ] = 1 ;
10101010 Actions . RunProcess [ "cmd.exe /C CALL ^\" C:\\ Program Files ^(x86^)\\ Microsoft Visual Studio 12.0\\ VC\\ vcvarsall.bat^\" && C:\\ odasa\\ tools\\ odasa index --auto msbuild dirs.proj /p:UseSharedCompilation=false /t:Windows /p:Platform=\" x86\" /p:Configuration=\" Debug\" /p:MvcBuildViews=true /P:Fu=Bar" ] = 0 ;
10111011 Actions . RunProcess [ @"cmd.exe /C C:\codeql\tools\java\bin\java -jar C:\codeql\csharp\tools\extractor-asp.jar ." ] = 0 ;
10121012 Actions . RunProcess [ @"cmd.exe /C C:\odasa\tools\odasa index --xml --extensions config csproj props xml" ] = 0 ;
@@ -1049,7 +1049,7 @@ public void TestDirsProjWindows()
10491049 [ Fact ]
10501050 public void TestDirsProjLinux ( )
10511051 {
1052- Actions . RunProcess [ @"mono C:\codeql\ csharp/tools /nuget.exe restore dirs.proj" ] = 1 ;
1052+ Actions . RunProcess [ @"mono C:\odasa\tools/ csharp/nuget /nuget.exe restore dirs.proj" ] = 1 ;
10531053 Actions . RunProcess [ @"C:\odasa/tools/odasa index --auto msbuild dirs.proj /p:UseSharedCompilation=false /t:rebuild /p:MvcBuildViews=true" ] = 0 ;
10541054 Actions . RunProcess [ @"C:\codeql\tools\java/bin/java -jar C:\codeql\csharp/tools/extractor-asp.jar ." ] = 0 ;
10551055 Actions . RunProcess [ @"C:\odasa/tools/odasa index --xml --extensions config csproj props xml" ] = 0 ;
0 commit comments