We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdfcda0 commit 119c480Copy full SHA for 119c480
1 file changed
appveyor.yml
@@ -39,7 +39,7 @@ for:
39
artifacts:
40
- path: 'MLAPI\bin\Debug\*\*MLAPI*'
41
after_build:
42
- - cp .\MLAPI\bin\Debug\*\*MLAPI* .\MLAPI\bin\
+ - cp MLAPI\bin\Debug\*\*MLAPI* MLAPI\bin\
43
test:
44
assemblies:
45
- 'MLAPI-Tests\bin\Debug\*\MLAPI-Tests.dll'
@@ -50,7 +50,7 @@ for:
50
51
- path: 'MLAPI\bin\Lite\Debug\*\*MLAPI*'
52
53
- - cp .\MLAPI\bin\Lite\Debug\*\*MLAPI* .\MLAPI\bin\
+ - cp MLAPI\bin\Lite\Debug\*\*MLAPI* MLAPI\bin\
54
55
56
- 'MLAPI-Tests\bin\Lite\Debug\*\MLAPI-Tests.dll'
@@ -61,7 +61,7 @@ for:
61
62
- path: 'MLAPI\bin\Release\*\*MLAPI*'
63
64
- - cp .\MLAPI\bin\Release\*\*MLAPI* .\MLAPI\bin\
+ - cp MLAPI\bin\Release\*\*MLAPI* MLAPI\bin\
65
66
67
- 'MLAPI-Tests\bin\Release\*\MLAPI-Tests.dll'
0 commit comments