Skip to content

Commit e339a0b

Browse files
committed
Fixed artifact paths for lite version
1 parent be8e7c9 commit e339a0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ for:
4343
test_script:
4444
- .\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*]* "
4545
artifacts:
46-
- path: 'MLAPI\bin\Debug\Lite\MLAPI*'
46+
- path: 'MLAPI\bin\Lite\Debug\MLAPI*'
4747
-
4848
matrix:
4949
only:
@@ -59,7 +59,7 @@ for:
5959
test_script:
6060
- .\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*]* "
6161
artifacts:
62-
- path: 'MLAPI\bin\Release\Lite\MLAPI*'
62+
- path: 'MLAPI\bin\Lite\Release\MLAPI*'
6363

6464

6565
after_test:

0 commit comments

Comments
 (0)