File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 43
43
test_script :
44
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*]* "
45
45
artifacts :
46
- - path : ' MLAPI\bin\Debug\ Lite\MLAPI*'
46
+ - path : ' MLAPI\bin\Lite\Debug \MLAPI*'
47
47
-
48
48
matrix :
49
49
only :
59
59
test_script :
60
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*]* "
61
61
artifacts :
62
- - path : ' MLAPI\bin\Release\ Lite\MLAPI*'
62
+ - path : ' MLAPI\bin\Lite\Release \MLAPI*'
63
63
64
64
65
65
after_test :
You can’t perform that action at this time.
0 commit comments