Skip to content

Commit c656dca

Browse files
committed
build: Use unix slashes only
1 parent 0742206 commit c656dca

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
@@ -39,7 +39,7 @@ for:
3939
artifacts:
4040
- path: 'MLAPI\bin\Debug\*\*MLAPI*'
4141
after_build:
42-
- cp MLAPI/bin/Debug/net35/*MLAPI* C:\projects\mlapi\MLAPI\bin
42+
- cp MLAPI/bin/Debug/net35/*MLAPI* MLAPI/bin
4343
test:
4444
assemblies:
4545
- 'MLAPI-Tests\bin\Debug\*\MLAPI-Tests.dll'
@@ -50,7 +50,7 @@ for:
5050
artifacts:
5151
- path: 'MLAPI\bin\Lite\Debug\*\*MLAPI*'
5252
after_build:
53-
- cp MLAPI/bin/Lite/Debug/net35/*MLAPI* C:\projects\mlapi\MLAPI\bin
53+
- cp MLAPI/bin/Lite/Debug/net35/*MLAPI* MLAPI/bin
5454
test:
5555
assemblies:
5656
- 'MLAPI-Tests\bin\Lite\Debug\*\MLAPI-Tests.dll'
@@ -61,7 +61,7 @@ for:
6161
artifacts:
6262
- path: 'MLAPI\bin\Release\*\*MLAPI*'
6363
after_build:
64-
- cp MLAPI/bin/Release/net35/*MLAPI* C:\projects\mlapi\MLAPI\bin
64+
- cp MLAPI/bin/Release/net35/*MLAPI* MLAPI/bin
6565
test:
6666
assemblies:
6767
- 'MLAPI-Tests\bin\Release\*\MLAPI-Tests.dll'
@@ -78,7 +78,7 @@ for:
7878
artifacts:
7979
- path: 'MLAPI\bin\Lite\Release\*\*MLAPI*'
8080
after_build:
81-
- cp MLAPI/bin/Lite/Release/net35/*MLAPI* C:\projects\mlapi\MLAPI\bin
81+
- cp MLAPI/bin/Lite/Release/net35/*MLAPI* MLAPI/bin
8282
test:
8383
assemblies:
8484
- 'MLAPI-Tests\bin\Lite\Release\*\MLAPI-Tests.dll'

0 commit comments

Comments
 (0)