@@ -358,7 +358,7 @@ public void TestDefaultCSharpAutoBuilder()
358
358
Actions . RunProcess [ "cmd.exe /C dotnet restore" ] = 0 ;
359
359
Actions . RunProcess [ @"cmd.exe /C C:\odasa\tools\odasa index --auto dotnet build --no-incremental /p:UseSharedCompilation=false" ] = 0 ;
360
360
Actions . RunProcess [ @"cmd.exe /C C:\odasa\tools\java\bin\java -jar C:\odasa\tools\extractor-asp.jar ." ] = 0 ;
361
- Actions . RunProcess [ @"cmd.exe /C C:\odasa\tools\odasa index --xml --extensions config" ] = 0 ;
361
+ Actions . RunProcess [ @"cmd.exe /C C:\odasa\tools\odasa index --xml --extensions config csproj props xml " ] = 0 ;
362
362
Actions . FileExists [ "csharp.log" ] = true ;
363
363
Actions . GetEnvironmentVariable [ "TRAP_FOLDER" ] = null ;
364
364
Actions . GetEnvironmentVariable [ "SOURCE_ARCHIVE" ] = null ;
@@ -377,7 +377,7 @@ public void TestLinuxCSharpAutoBuilder()
377
377
Actions . RunProcess [ "dotnet restore" ] = 0 ;
378
378
Actions . RunProcess [ @"C:\odasa\tools\odasa index --auto dotnet build --no-incremental /p:UseSharedCompilation=false" ] = 0 ;
379
379
Actions . RunProcess [ @"C:\odasa\tools\java\bin\java -jar C:\odasa\tools\extractor-asp.jar ." ] = 0 ;
380
- Actions . RunProcess [ @"C:\odasa\tools\odasa index --xml --extensions config" ] = 0 ;
380
+ Actions . RunProcess [ @"C:\odasa\tools\odasa index --xml --extensions config csproj props xml " ] = 0 ;
381
381
Actions . FileExists [ "csharp.log" ] = true ;
382
382
Actions . GetEnvironmentVariable [ "TRAP_FOLDER" ] = null ;
383
383
Actions . GetEnvironmentVariable [ "SOURCE_ARCHIVE" ] = null ;
@@ -488,7 +488,7 @@ public void TestLinuxBuildlessExtractionSuccess()
488
488
{
489
489
Actions . RunProcess [ @"C:\odasa\tools\csharp\Semmle.Extraction.CSharp.Standalone --references:." ] = 0 ;
490
490
Actions . RunProcess [ @"C:\odasa\tools\java\bin\java -jar C:\odasa\tools\extractor-asp.jar ." ] = 0 ;
491
- Actions . RunProcess [ @"C:\odasa\tools\odasa index --xml --extensions config" ] = 0 ;
491
+ Actions . RunProcess [ @"C:\odasa\tools\odasa index --xml --extensions config csproj props xml " ] = 0 ;
492
492
Actions . FileExists [ "csharp.log" ] = true ;
493
493
Actions . GetEnvironmentVariable [ "TRAP_FOLDER" ] = null ;
494
494
Actions . GetEnvironmentVariable [ "SOURCE_ARCHIVE" ] = null ;
@@ -520,7 +520,7 @@ public void TestLinuxBuildlessExtractionSolution()
520
520
{
521
521
Actions . RunProcess [ @"C:\odasa\tools\csharp\Semmle.Extraction.CSharp.Standalone foo.sln --references:." ] = 0 ;
522
522
Actions . RunProcess [ @"C:\odasa\tools\java\bin\java -jar C:\odasa\tools\extractor-asp.jar ." ] = 0 ;
523
- Actions . RunProcess [ @"C:\odasa\tools\odasa index --xml --extensions config" ] = 0 ;
523
+ Actions . RunProcess [ @"C:\odasa\tools\odasa index --xml --extensions config csproj props xml " ] = 0 ;
524
524
Actions . FileExists [ "csharp.log" ] = true ;
525
525
Actions . GetEnvironmentVariable [ "TRAP_FOLDER" ] = null ;
526
526
Actions . GetEnvironmentVariable [ "SOURCE_ARCHIVE" ] = null ;
@@ -564,7 +564,7 @@ public void TestLinuxBuildCommand()
564
564
{
565
565
Actions . RunProcess [ "C:\\ odasa\\ tools\\ odasa index --auto \" ./build.sh --skip-tests\" " ] = 0 ;
566
566
Actions . RunProcess [ @"C:\odasa\tools\java\bin\java -jar C:\odasa\tools\extractor-asp.jar ." ] = 0 ;
567
- Actions . RunProcess [ @"C:\odasa\tools\odasa index --xml --extensions config" ] = 0 ;
567
+ Actions . RunProcess [ @"C:\odasa\tools\odasa index --xml --extensions config csproj props xml " ] = 0 ;
568
568
Actions . FileExists [ "csharp.log" ] = true ;
569
569
Actions . GetEnvironmentVariable [ "TRAP_FOLDER" ] = null ;
570
570
Actions . GetEnvironmentVariable [ "SOURCE_ARCHIVE" ] = null ;
@@ -589,7 +589,7 @@ public void TestLinuxBuildSh()
589
589
Actions . RunProcess [ @"C:\odasa\tools\odasa index --auto build/build.sh" ] = 0 ;
590
590
Actions . RunProcessWorkingDirectory [ @"C:\odasa\tools\odasa index --auto build/build.sh" ] = "build" ;
591
591
Actions . RunProcess [ @"C:\odasa\tools\java\bin\java -jar C:\odasa\tools\extractor-asp.jar ." ] = 0 ;
592
- Actions . RunProcess [ @"C:\odasa\tools\odasa index --xml --extensions config" ] = 0 ;
592
+ Actions . RunProcess [ @"C:\odasa\tools\odasa index --xml --extensions config csproj props xml " ] = 0 ;
593
593
Actions . FileExists [ "csharp.log" ] = true ;
594
594
595
595
var autobuilder = CreateAutoBuilder ( "csharp" , false ) ;
@@ -643,7 +643,7 @@ public void TestWindowsBuildBat()
643
643
Actions . RunProcess [ @"cmd.exe /C C:\odasa\tools\odasa index --auto build.bat" ] = 0 ;
644
644
Actions . RunProcessWorkingDirectory [ @"cmd.exe /C C:\odasa\tools\odasa index --auto build.bat" ] = "" ;
645
645
Actions . RunProcess [ @"cmd.exe /C C:\odasa\tools\java\bin\java -jar C:\odasa\tools\extractor-asp.jar ." ] = 0 ;
646
- Actions . RunProcess [ @"cmd.exe /C C:\odasa\tools\odasa index --xml --extensions config" ] = 0 ;
646
+ Actions . RunProcess [ @"cmd.exe /C C:\odasa\tools\odasa index --xml --extensions config csproj props xml " ] = 0 ;
647
647
Actions . FileExists [ "csharp.log" ] = true ;
648
648
649
649
var autobuilder = CreateAutoBuilder ( "csharp" , true ) ;
@@ -694,7 +694,7 @@ public void TestWindowCSharpMsBuild()
694
694
Actions . RunProcess [ @"cmd.exe /C C:\odasa\tools\csharp\nuget\nuget.exe restore C:\Project\test2.sln" ] = 0 ;
695
695
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 ;
696
696
Actions . RunProcess [ @"cmd.exe /C C:\odasa\tools\java\bin\java -jar C:\odasa\tools\extractor-asp.jar ." ] = 0 ;
697
- Actions . RunProcess [ @"cmd.exe /C C:\odasa\tools\odasa index --xml --extensions config" ] = 0 ;
697
+ Actions . RunProcess [ @"cmd.exe /C C:\odasa\tools\odasa index --xml --extensions config csproj props xml " ] = 0 ;
698
698
Actions . FileExists [ "csharp.log" ] = true ;
699
699
Actions . FileExists [ @"C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe" ] = false ;
700
700
Actions . FileExists [ @"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" ] = false ;
@@ -750,7 +750,7 @@ public void TestSkipNugetMsBuild()
750
750
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 ;
751
751
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 ;
752
752
Actions . RunProcess [ @"cmd.exe /C C:\odasa\tools\java\bin\java -jar C:\odasa\tools\extractor-asp.jar ." ] = 0 ;
753
- Actions . RunProcess [ @"cmd.exe /C C:\odasa\tools\odasa index --xml --extensions config" ] = 0 ;
753
+ Actions . RunProcess [ @"cmd.exe /C C:\odasa\tools\odasa index --xml --extensions config csproj props xml " ] = 0 ;
754
754
Actions . FileExists [ "csharp.log" ] = true ;
755
755
Actions . FileExists [ @"C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe" ] = false ;
756
756
Actions . FileExists [ @"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" ] = false ;
@@ -778,7 +778,7 @@ public void TestSkipNugetBuildless()
778
778
{
779
779
Actions . RunProcess [ @"C:\odasa\tools\csharp\Semmle.Extraction.CSharp.Standalone foo.sln --references:. --skip-nuget" ] = 0 ;
780
780
Actions . RunProcess [ @"C:\odasa\tools\java\bin\java -jar C:\odasa\tools\extractor-asp.jar ." ] = 0 ;
781
- Actions . RunProcess [ @"C:\odasa\tools\odasa index --xml --extensions config" ] = 0 ;
781
+ Actions . RunProcess [ @"C:\odasa\tools\odasa index --xml --extensions config csproj props xml " ] = 0 ;
782
782
Actions . FileExists [ "csharp.log" ] = true ;
783
783
Actions . GetEnvironmentVariable [ "TRAP_FOLDER" ] = null ;
784
784
Actions . GetEnvironmentVariable [ "SOURCE_ARCHIVE" ] = null ;
@@ -798,7 +798,7 @@ public void TestSkipNugetDotnet()
798
798
Actions . RunProcess [ "dotnet restore" ] = 0 ;
799
799
Actions . RunProcess [ @"C:\odasa\tools\odasa index --auto dotnet build --no-incremental /p:UseSharedCompilation=false --no-restore" ] = 0 ;
800
800
Actions . RunProcess [ @"C:\odasa\tools\java\bin\java -jar C:\odasa\tools\extractor-asp.jar ." ] = 0 ;
801
- Actions . RunProcess [ @"C:\odasa\tools\odasa index --xml --extensions config" ] = 0 ;
801
+ Actions . RunProcess [ @"C:\odasa\tools\odasa index --xml --extensions config csproj props xml " ] = 0 ;
802
802
Actions . FileExists [ "csharp.log" ] = true ;
803
803
Actions . GetEnvironmentVariable [ "TRAP_FOLDER" ] = null ;
804
804
Actions . GetEnvironmentVariable [ "SOURCE_ARCHIVE" ] = null ;
@@ -822,7 +822,7 @@ public void TestDotnetVersionNotInstalled()
822
822
Actions . RunProcess [ @"C:\Project\.dotnet\dotnet restore" ] = 0 ;
823
823
Actions . RunProcess [ @"C:\odasa\tools\odasa index --auto C:\Project\.dotnet\dotnet build --no-incremental /p:UseSharedCompilation=false" ] = 0 ;
824
824
Actions . RunProcess [ @"C:\odasa\tools\java\bin\java -jar C:\odasa\tools\extractor-asp.jar ." ] = 0 ;
825
- Actions . RunProcess [ @"C:\odasa\tools\odasa index --xml --extensions config" ] = 0 ;
825
+ Actions . RunProcess [ @"C:\odasa\tools\odasa index --xml --extensions config csproj props xml " ] = 0 ;
826
826
Actions . FileExists [ "csharp.log" ] = true ;
827
827
Actions . GetEnvironmentVariable [ "TRAP_FOLDER" ] = null ;
828
828
Actions . GetEnvironmentVariable [ "SOURCE_ARCHIVE" ] = null ;
@@ -847,7 +847,7 @@ public void TestDotnetVersionAlreadyInstalled()
847
847
Actions . RunProcess [ @"C:\Project\.dotnet\dotnet restore" ] = 0 ;
848
848
Actions . RunProcess [ @"C:\odasa\tools\odasa index --auto C:\Project\.dotnet\dotnet build --no-incremental /p:UseSharedCompilation=false" ] = 0 ;
849
849
Actions . RunProcess [ @"C:\odasa\tools\java\bin\java -jar C:\odasa\tools\extractor-asp.jar ." ] = 0 ;
850
- Actions . RunProcess [ @"C:\odasa\tools\odasa index --xml --extensions config" ] = 0 ;
850
+ Actions . RunProcess [ @"C:\odasa\tools\odasa index --xml --extensions config csproj props xml " ] = 0 ;
851
851
Actions . FileExists [ "csharp.log" ] = true ;
852
852
Actions . GetEnvironmentVariable [ "TRAP_FOLDER" ] = null ;
853
853
Actions . GetEnvironmentVariable [ "SOURCE_ARCHIVE" ] = null ;
@@ -870,7 +870,7 @@ public void TestDotnetVersionWindows()
870
870
Actions . RunProcess [ @"cmd.exe /C C:\Project\.dotnet\dotnet restore" ] = 0 ;
871
871
Actions . RunProcess [ @"cmd.exe /C C:\odasa\tools\odasa index --auto C:\Project\.dotnet\dotnet build --no-incremental /p:UseSharedCompilation=false" ] = 0 ;
872
872
Actions . RunProcess [ @"cmd.exe /C C:\odasa\tools\java\bin\java -jar C:\odasa\tools\extractor-asp.jar ." ] = 0 ;
873
- Actions . RunProcess [ @"cmd.exe /C C:\odasa\tools\odasa index --xml --extensions config" ] = 0 ;
873
+ Actions . RunProcess [ @"cmd.exe /C C:\odasa\tools\odasa index --xml --extensions config csproj props xml " ] = 0 ;
874
874
Actions . FileExists [ "csharp.log" ] = true ;
875
875
Actions . GetEnvironmentVariable [ "TRAP_FOLDER" ] = null ;
876
876
Actions . GetEnvironmentVariable [ "SOURCE_ARCHIVE" ] = null ;
0 commit comments