File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 39
39
artifacts :
40
40
- path : ' MLAPI\bin\Debug\*\*MLAPI*'
41
41
after_build :
42
- - cp .\ MLAPI\bin\Debug\*\*MLAPI* .\ MLAPI\bin\
42
+ - cp MLAPI\bin\Debug\*\*MLAPI* MLAPI\bin\
43
43
test :
44
44
assemblies :
45
45
- ' MLAPI-Tests\bin\Debug\*\MLAPI-Tests.dll'
50
50
artifacts :
51
51
- path : ' MLAPI\bin\Lite\Debug\*\*MLAPI*'
52
52
after_build :
53
- - cp .\ MLAPI\bin\Lite\Debug\*\*MLAPI* .\ MLAPI\bin\
53
+ - cp MLAPI\bin\Lite\Debug\*\*MLAPI* MLAPI\bin\
54
54
test :
55
55
assemblies :
56
56
- ' MLAPI-Tests\bin\Lite\Debug\*\MLAPI-Tests.dll'
61
61
artifacts :
62
62
- path : ' MLAPI\bin\Release\*\*MLAPI*'
63
63
after_build :
64
- - cp .\ MLAPI\bin\Release\*\*MLAPI* .\ MLAPI\bin\
64
+ - cp MLAPI\bin\Release\*\*MLAPI* MLAPI\bin\
65
65
test :
66
66
assemblies :
67
67
- ' MLAPI-Tests\bin\Release\*\MLAPI-Tests.dll'
You can’t perform that action at this time.
0 commit comments