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 5a67ba7 commit e9b623cCopy full SHA for e9b623c
.yamato/publish.yml
@@ -3,7 +3,7 @@
3
{% for package in packages %}
4
5
publish_{{ package.safename }}:
6
- name: Internal publish
+ name: Publish {{ package.name }} Internal
7
agent:
8
type: {{ upm_windows.type }}
9
image: {{ upm_windows.image }}
.yamato/test.yml
@@ -5,7 +5,7 @@
{% for platform in test_platforms %}
test_{{ package.safename }}_{{ platform.name }}_{{ editor.version }}:
- name : Test {{ editor.version }} on {{ platform.name }}
+ name : Test {{ package.name }} {{ editor.version }} on {{ platform.name }}
10
type: {{ platform.type }}
11
image: {{ platform.image }}
0 commit comments