Skip to content

Commit 3634886

Browse files
committed
Updated test assembly paths
1 parent 0640afc commit 3634886

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ for:
3535
- path: 'MLAPI\bin\Debug\*\*MLAPI*'
3636
test:
3737
assemblies:
38-
- 'MLAPI-Tests\bin\Debug\*\MLAPI.dll'
38+
- 'MLAPI-Tests\bin\Debug\*\MLAPI-Tests.dll'
3939
-
4040
matrix:
4141
only:
@@ -44,7 +44,7 @@ for:
4444
- path: 'MLAPI\bin\Lite\Debug\*\*MLAPI*'
4545
test:
4646
assemblies:
47-
- 'MLAPI-Tests\bin\Lite\Debug\*\MLAPI.dll'
47+
- 'MLAPI-Tests\bin\Lite\Debug\*\MLAPI-Tests.dll'
4848
-
4949
matrix:
5050
only:
@@ -53,7 +53,7 @@ for:
5353
- path: 'MLAPI\bin\Release\*\*MLAPI*'
5454
test:
5555
assemblies:
56-
- 'MLAPI-Tests\bin\Release\*\MLAPI.dll'
56+
- 'MLAPI-Tests\bin\Release\*\MLAPI-Tests.dll'
5757
-
5858
matrix:
5959
only:
@@ -62,4 +62,4 @@ for:
6262
- path: 'MLAPI\bin\Lite\Release\*\*MLAPI*'
6363
test:
6464
assemblies:
65-
- 'MLAPI-Tests\bin\Lite\Release\*\MLAPI.dll'
65+
- 'MLAPI-Tests\bin\Lite\Release\*\MLAPI-Tests.dll'

0 commit comments

Comments
 (0)