Skip to content

Commit b1dadd7

Browse files
committed
build: Change cp path
1 parent c656dca commit b1dadd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ for:
3939
artifacts:
4040
- path: 'MLAPI\bin\Debug\*\*MLAPI*'
4141
after_build:
42-
- cp MLAPI/bin/Debug/net35/*MLAPI* MLAPI/bin
42+
- cp MLAPI/bin/Debug/net35/MLAPI.* MLAPI/bin
4343
test:
4444
assemblies:
4545
- 'MLAPI-Tests\bin\Debug\*\MLAPI-Tests.dll'

0 commit comments

Comments
 (0)