Skip to content

Commit bdfcda0

Browse files
committed
build: Changed CP syntax
1 parent 7202036 commit bdfcda0

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
@@ -78,7 +78,7 @@ for:
7878
artifacts:
7979
- path: 'MLAPI\bin\Lite\Release\*\*MLAPI*'
8080
after_build:
81-
- cp .\MLAPI\bin\Lite\Release\*\*MLAPI* .\MLAPI\bin\
81+
- cp MLAPI\bin\Lite\Release\*\*MLAPI* MLAPI\bin\
8282
test:
8383
assemblies:
8484
- 'MLAPI-Tests\bin\Lite\Release\*\MLAPI-Tests.dll'

0 commit comments

Comments
 (0)