File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 16
16
project : MLAPI.sln
17
17
verbosity : minimal
18
18
19
- before_package :
19
+ after_build :
20
20
- cd C:\projects\mlapi
21
21
- powershell "& "".\BuildUnityPackages.ps1"""
22
22
38
38
- configuration : Debug
39
39
artifacts :
40
40
- path : ' MLAPI\bin\Debug\*\*MLAPI*'
41
- after_build :
41
+ before_package :
42
42
- cp MLAPI/bin/Debug/net35/MLAPI.* MLAPI/bin
43
43
test :
44
44
assemblies :
49
49
- configuration : Debug_Lite
50
50
artifacts :
51
51
- path : ' MLAPI\bin\Lite\Debug\*\*MLAPI*'
52
- after_build :
53
- - cp MLAPI/bin/Lite/Debug/net35/* MLAPI* MLAPI/bin
52
+ before_package :
53
+ - cp MLAPI/bin/Lite/Debug/net35/MLAPI. * MLAPI/bin
54
54
test :
55
55
assemblies :
56
56
- ' MLAPI-Tests\bin\Lite\Debug\*\MLAPI-Tests.dll'
60
60
- configuration : Release
61
61
artifacts :
62
62
- path : ' MLAPI\bin\Release\*\*MLAPI*'
63
- after_build :
64
- - cp MLAPI/bin/Release/net35/* MLAPI* MLAPI/bin
63
+ before_package :
64
+ - cp MLAPI/bin/Release/net35/MLAPI. * MLAPI/bin
65
65
test :
66
66
assemblies :
67
67
- ' MLAPI-Tests\bin\Release\*\MLAPI-Tests.dll'
77
77
- configuration : Release_Lite
78
78
artifacts :
79
79
- path : ' MLAPI\bin\Lite\Release\*\*MLAPI*'
80
- after_build :
81
- - cp MLAPI/bin/Lite/Release/net35/* MLAPI* MLAPI/bin
80
+ before_package :
81
+ - cp MLAPI/bin/Lite/Release/net35/MLAPI. * MLAPI/bin
82
82
test :
83
83
assemblies :
84
84
- ' MLAPI-Tests\bin\Lite\Release\*\MLAPI-Tests.dll'
You can’t perform that action at this time.
0 commit comments