We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5224d0c commit 0640afcCopy full SHA for 0640afc
appveyor.yml
@@ -35,7 +35,7 @@ for:
35
- path: 'MLAPI\bin\Debug\*\*MLAPI*'
36
test:
37
assemblies:
38
- - 'MLAPI\bin\Debug\*\MLAPI.dll'
+ - 'MLAPI-Tests\bin\Debug\*\MLAPI.dll'
39
-
40
matrix:
41
only:
@@ -44,7 +44,7 @@ for:
44
- path: 'MLAPI\bin\Lite\Debug\*\*MLAPI*'
45
46
47
- - 'MLAPI\bin\Lite\Debug\*\MLAPI.dll'
+ - 'MLAPI-Tests\bin\Lite\Debug\*\MLAPI.dll'
48
49
50
@@ -53,7 +53,7 @@ for:
53
- path: 'MLAPI\bin\Release\*\*MLAPI*'
54
55
56
- - 'MLAPI\bin\Release\*\MLAPI.dll'
+ - 'MLAPI-Tests\bin\Release\*\MLAPI.dll'
57
58
59
@@ -62,4 +62,4 @@ for:
62
- path: 'MLAPI\bin\Lite\Release\*\*MLAPI*'
63
64
65
- - 'MLAPI\bin\Lite\Release\*\MLAPI.dll'
+ - 'MLAPI-Tests\bin\Lite\Release\*\MLAPI.dll'
0 commit comments