File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ $myPath = (Get-Item -Path ".\").FullName;
22$myPath = $myPath.Replace (" \" , " /" )
33$executablePath = -join ($myPath , " /Libraries/Internal/ApiParser/ApiParser.exe" )
44
5- $argList = " ./MLAPI/bin/Debug/MLAPI.dll ./MLAPI/bin/Debug/MLAPI.xml ./docs/_data/api.yml ./docs/_api/"
5+ $argList = " ./MLAPI/bin/Debug/net35/ MLAPI.dll ./MLAPI/bin/Debug/net35 /MLAPI.xml ./docs/_data/api.yml ./docs/_api/"
66
77Start-Process - FilePath $executablePath - ArgumentList $argList
Original file line number Diff line number Diff line change 3333 only :
3434 - configuration : Debug
3535 test_script :
36- - .\packages\OpenCover.4.6.519\tools\OpenCover.Console.exe -returntargetcode -register:user -target:"nunit3-console.exe" -targetargs:"MLAPI-Tests\bin\Debug\MLAPI-Tests.dll" -output:"coverage.xml" -filter:"+[MLAPI*]* -[MLAPI-Tests*]* "
36+ - .\packages\OpenCover.4.6.519\tools\OpenCover.Console.exe -returntargetcode -register:user -target:"nunit3-console.exe" -targetargs:"MLAPI-Tests\bin\Debug\net35\ MLAPI-Tests.dll" -output:"coverage.xml" -filter:"+[MLAPI*]* -[MLAPI-Tests*]* "
3737 artifacts :
38- - path : ' MLAPI\bin\Debug\MLAPI*'
38+ - path : ' MLAPI\bin\Debug\net35\ MLAPI*'
3939-
4040 matrix :
4141 only :
4242 - configuration : Debug_Lite
4343 test_script :
44- - .\packages\OpenCover.4.6.519\tools\OpenCover.Console.exe -returntargetcode -register:user -target:"nunit3-console.exe" -targetargs:"MLAPI-Tests\bin\Lite\Debug\MLAPI-Tests.dll" -output:"coverage.xml" -filter:"+[MLAPI*]* -[MLAPI-Tests*]* "
44+ - .\packages\OpenCover.4.6.519\tools\OpenCover.Console.exe -returntargetcode -register:user -target:"nunit3-console.exe" -targetargs:"MLAPI-Tests\bin\Lite\Debug\net35\ MLAPI-Tests.dll" -output:"coverage.xml" -filter:"+[MLAPI*]* -[MLAPI-Tests*]* "
4545 artifacts :
46- - path : ' MLAPI\bin\Lite\Debug\MLAPI*'
46+ - path : ' MLAPI\bin\Lite\Debug\net35\ MLAPI*'
4747-
4848 matrix :
4949 only :
5050 - configuration : Release
5151 test_script :
52- - .\packages\OpenCover.4.6.519\tools\OpenCover.Console.exe -returntargetcode -register:user -target:"nunit3-console.exe" -targetargs:"MLAPI-Tests\bin\Release\MLAPI-Tests.dll" -output:"coverage.xml" -filter:"+[MLAPI*]* -[MLAPI-Tests*]* "
52+ - .\packages\OpenCover.4.6.519\tools\OpenCover.Console.exe -returntargetcode -register:user -target:"nunit3-console.exe" -targetargs:"MLAPI-Tests\bin\Release\net35\ MLAPI-Tests.dll" -output:"coverage.xml" -filter:"+[MLAPI*]* -[MLAPI-Tests*]* "
5353 artifacts :
54- - path : ' MLAPI\bin\Release\MLAPI*'
54+ - path : ' MLAPI\bin\Release\net35\ MLAPI*'
5555-
5656 matrix :
5757 only :
5858 - configuration : Release_Lite
5959 test_script :
60- - .\packages\OpenCover.4.6.519\tools\OpenCover.Console.exe -returntargetcode -register:user -target:"nunit3-console.exe" -targetargs:"MLAPI-Tests\bin\Lite\Release\MLAPI-Tests.dll" -output:"coverage.xml" -filter:"+[MLAPI*]* -[MLAPI-Tests*]* "
60+ - .\packages\OpenCover.4.6.519\tools\OpenCover.Console.exe -returntargetcode -register:user -target:"nunit3-console.exe" -targetargs:"MLAPI-Tests\bin\Lite\Release\net35\ MLAPI-Tests.dll" -output:"coverage.xml" -filter:"+[MLAPI*]* -[MLAPI-Tests*]* "
6161 artifacts :
62- - path : ' MLAPI\bin\Lite\Release\MLAPI*'
62+ - path : ' MLAPI\bin\Lite\Release\net35\ MLAPI*'
6363
6464
6565after_test :
You can’t perform that action at this time.
0 commit comments