Skip to content

Commit 58e9ff0

Browse files
committed
Appveyor updates.
1 parent 6edce59 commit 58e9ff0

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

GenerateApi.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

77
Start-Process -FilePath $executablePath -ArgumentList $argList

appveyor.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,33 +33,33 @@ for:
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

6565
after_test:

0 commit comments

Comments
 (0)