Skip to content

Commit be481e3

Browse files
etherElricunpacklo
authored andcommitted
Package Signature in CI
As part of the package signing initiative, we'd like bundled packages to be prepared for upcoming constraints regarding the need to have packages with a valid signature during APV testing. Because of this, we are going through all bundled packages' repositories creating a PR that would enable package signing on your packages. With signing enabled, upm-ci will perform an extra step where it will send each package to a signing service and then generate the final signed artifacts. Internally, in an attempt to ensure that everything works, we are running yamato tests where all bundled packages (including yours) are signed and validated, proving that the packages in this repository should yield no errors. The validation step is also performed in all platforms. In the case that any error does arise, this can be simply reverted back by removing the environment variable, UPMCI_ENABLE_PACKAGE_SIGNING in the publishing jobs. For more information, please refer to: https://confluence.unity3d.com/display/PAK/Package+Signature You can contact us through: #team-pkd-176-internal-package-signing @cassandra & @FelipeMunoz
1 parent e5e6be4 commit be481e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.yamato/upm-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ publish:
158158
type: Unity::VM
159159
image: package-ci/win10:stable
160160
flavor: b1.large
161+
variables:
162+
UPMCI_ENABLE_PACKAGE_SIGNING: 1
161163
commands:
162164
- npm install upm-ci-utils@stable --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm -g
163165
- upm-ci package publish --package-path src/

0 commit comments

Comments
 (0)