File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change
1
+ publish :
2
+ name : Publish to Production
3
+ agent :
4
+ type : Unity::VM
5
+ image : package-ci/win10:stable
6
+ flavor : b1.large
7
+ commands :
8
+ - mv ./Assets/Samples ./Packages/com.unity.inputsystem
9
+ - mv ./Assets/Samples.meta ./Packages/com.unity.inputsystem
10
+ - npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
11
+ - upm-ci package pack --package-path ./Packages/com.unity.inputsystem/
12
+ - upm-ci package publish --package-path ./Packages/com.unity.inputsystem/
13
+ artifacts :
14
+ artifacts :
15
+ paths :
16
+ - " upm-ci~/**/*"
17
+
1
18
promote :
2
19
name : Promote to Production
3
20
agent :
@@ -14,7 +31,6 @@ promote:
14
31
- mv ./Assets/Samples.meta ./Packages/com.unity.inputsystem
15
32
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
16
33
- upm-ci package pack --package-path ./Packages/com.unity.inputsystem/
17
- - upm-ci package publish --package-path ./Packages/com.unity.inputsystem/
18
34
- upm-ci package promote --package-path ./Packages/com.unity.inputsystem/ --dry-run
19
35
artifacts :
20
36
artifacts :
You can’t perform that action at this time.
0 commit comments