File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,3 +33,28 @@ package_pack_-_inputsystem:
3333 Job Maintainers : ' #rm-packageworks'
3434 Wrench : 3.2.1.0
3535
36+ # Pack Package Manager DocTools
37+ package_pack_-_package-manager-doctools :
38+ name : Package Pack - package-manager-doctools
39+ agent :
40+ image : package-ci/ubuntu-22.04:v4
41+ type : Unity::VM::GPU
42+ flavor : b1.large
43+ commands :
44+ - command : npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
45+ timeout : 20
46+ retries : 10
47+ - command : upm-ci package pack --package-path Packages/com.unity.package-manager-doctools
48+ - command : cp upm-ci~/packages/packages.json upm-ci~/packages/com.unity.package-manager-doctools_packages.json
49+ after :
50+ - command : bash .yamato/generated-scripts/infrastructure-instability-detection-linux.sh
51+ artifacts :
52+ packages :
53+ paths :
54+ - upm-ci~/packages/**/*
55+ variables :
56+ UPMCI_ACK_LARGE_PACKAGE : 1
57+ metadata :
58+ Job Maintainers : ' #rm-packageworks'
59+ Wrench : 3.2.1.0
60+
Original file line number Diff line number Diff line change 3838 ]
3939 },
4040 "postPackCommands" : []
41+ },
42+ "com.unity.package-manager-doctools" : {
43+ "directory" : " Packages/com.unity.package-manager-doctools/" ,
44+ "prePackCommands" : [],
45+ "preTestCommands" : {
46+ "MacOs13" : [],
47+ "MacOs13Arm" : [],
48+ "Ubuntu1804" : [],
49+ "Ubuntu2004" : [],
50+ "Ubuntu2204" : [],
51+ "Win10" : [],
52+ "Win10GPU" : [],
53+ "Win11" : [],
54+ "Win11Arm" : [],
55+ "Win11GPU" : []
56+ },
57+ "InternalOnly" : false ,
58+ "NeverPublish" : false ,
59+ "MaxEditorVersion" : " " ,
60+ "coverageEnabled" : false ,
61+ "coverageCommands" : [
62+ " generateAdditionalMetrics;generateHtmlReport;assemblyFilters:ASSEMBLY_NAME;"
63+ ],
64+ "dependantsToIgnoreInPreviewApv" : {},
65+ "postPackCommands" : []
4166 }
4267 },
4368 "releasing_packages" : [
You can’t perform that action at this time.
0 commit comments