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 d546da9 commit 332079cCopy full SHA for 332079c
.yamato/upm-ci.yml
@@ -30,7 +30,7 @@
30
--extra-utr-arg="--coverage-results-path={{ yamato_source_dir_win }}/upm-ci~/test-results/CodeCoverage/Package" {% endif %}
31
{% if platform.installscript %}
32
- {{ unity_downloader_install }}
33
- - {{ platform.installscript }} {{ editor.version }}
+ - {{ platform.installscript }} {% if EDITOR_REVISION_OVERRIDE != none %} {{ editor.version }} {% else %} %EDITOR_REVISION_OVERRIDE% {% endif %}
34
{% endif %}
35
# ADBv2 on 2019.4 causes the test runner to not start on initial import when the
36
# samples are in the package. Move the samples back into the project.
0 commit comments