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;
2
2
$myPath = $myPath.Replace (" \" , " /" )
3
3
$executablePath = -join ($myPath , " /Libraries/Internal/ApiParser/ApiParser.exe" )
4
4
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/"
6
6
7
7
Start-Process - FilePath $executablePath - ArgumentList $argList
Original file line number Diff line number Diff line change 33
33
only :
34
34
- configuration : Debug
35
35
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*]* "
37
37
artifacts :
38
- - path : ' MLAPI\bin\Debug\MLAPI*'
38
+ - path : ' MLAPI\bin\Debug\net35\ MLAPI*'
39
39
-
40
40
matrix :
41
41
only :
42
42
- configuration : Debug_Lite
43
43
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*]* "
45
45
artifacts :
46
- - path : ' MLAPI\bin\Lite\Debug\MLAPI*'
46
+ - path : ' MLAPI\bin\Lite\Debug\net35\ MLAPI*'
47
47
-
48
48
matrix :
49
49
only :
50
50
- configuration : Release
51
51
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*]* "
53
53
artifacts :
54
- - path : ' MLAPI\bin\Release\MLAPI*'
54
+ - path : ' MLAPI\bin\Release\net35\ MLAPI*'
55
55
-
56
56
matrix :
57
57
only :
58
58
- configuration : Release_Lite
59
59
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*]* "
61
61
artifacts :
62
- - path : ' MLAPI\bin\Lite\Release\MLAPI*'
62
+ - path : ' MLAPI\bin\Lite\Release\net35\ MLAPI*'
63
63
64
64
65
65
after_test :
You can’t perform that action at this time.
0 commit comments