Skip to content

Commit 2a18b45

Browse files
FIX: Do not run test during package promotion step.
1 parent c84dfc3 commit 2a18b45

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.yamato/promotion.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
promote:
22
name: Promote to Production
33
agent:
4-
type: Unity::VM::osx
5-
image: buildfarm/mac:stable
6-
flavor: m1.mac
4+
- name: win
5+
type: Unity::VM
6+
image: package-ci/win10:stable
7+
flavor: b1.large
78
variables:
89
UPMCI_PROMOTION: 1
910
commands:
@@ -12,7 +13,6 @@ promote:
1213
- npm install upm-ci-utils@stable -g --registry https://api.bintray.com/npm/unity/unity-npm
1314
- upm-ci package pack --package-path ./Packages/com.unity.inputsystem/
1415
- upm-ci package promote --package-path ./Packages/com.unity.inputsystem/
15-
- Editor=.Editor/Unity.app/Contents/MacOS/Unity Method=Publish sh ExternalSampleProjects/publish.sh
1616
triggers:
1717
tags:
1818
only:

0 commit comments

Comments
 (0)