File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11{% metadata_file .yamato/meta/environments.yml %}
22
3- test_editors :
4- - version : 2019.3
53test_platforms :
64 - name : win
75 type : Unity::VM
@@ -13,7 +11,7 @@ packages:
1311---
1412
1513{% for package in packages %}
16- {% for editor in test_editors %}
14+ {% for editor in editors %}
1715{% for platform in test_platforms %}
1816promotion_test_{{ platform.name }}_{{ editor.version }} :
1917 name : Promotion Test {{ editor.version }} on {{ platform.name }}
Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ publish_github_release_webapp:
2727 type : Unity::VM
2828 image : package-ci/win10:stable
2929 flavor : b1.large
30+ variables :
31+ GIT_TAG : Foo
3032 commands :
3133 - npm install github-release-cli -g
3234 - github-release upload -o "Unity-Technologies" -r "UnityRenderStreaming" -t "%GIT_TAG%" -n "%GIT_TAG%" "WebApp/bin~/webserver"
@@ -44,6 +46,8 @@ publish_github_release_template_{{ project.name }}:
4446 type : Unity::VM
4547 image : package-ci/win10:stable
4648 flavor : b1.large
49+ variables :
50+ GIT_TAG : Foo
4751 commands :
4852 - npm install github-release-cli -g
4953 - github-release upload -o "Unity-Technologies" -r "UnityRenderStreaming" -t "%GIT_TAG%" -n "%GIT_TAG%" "upm-ci~/packages/{{ project.packagename }}-%GIT_TAG%.tgz"
You can’t perform that action at this time.
0 commit comments