We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c84dfc3 commit 2a18b45Copy full SHA for 2a18b45
.yamato/promotion.yml
@@ -1,9 +1,10 @@
1
promote:
2
name: Promote to Production
3
agent:
4
- type: Unity::VM::osx
5
- image: buildfarm/mac:stable
6
- flavor: m1.mac
+ - name: win
+ type: Unity::VM
+ image: package-ci/win10:stable
7
+ flavor: b1.large
8
variables:
9
UPMCI_PROMOTION: 1
10
commands:
@@ -12,7 +13,6 @@ promote:
12
13
- npm install upm-ci-utils@stable -g --registry https://api.bintray.com/npm/unity/unity-npm
14
- upm-ci package pack --package-path ./Packages/com.unity.inputsystem/
15
- upm-ci package promote --package-path ./Packages/com.unity.inputsystem/
- - Editor=.Editor/Unity.app/Contents/MacOS/Unity Method=Publish sh ExternalSampleProjects/publish.sh
16
triggers:
17
tags:
18
only:
0 commit comments