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 94895e6 commit ce20aa8Copy full SHA for ce20aa8
.yamato/desktop-standalone-tests.yml
@@ -30,7 +30,8 @@ desktop_standalone_tests_{{ project.name }}_{{ platform.name }}_{{ backend }}_{{
30
- unity-downloader-cli -u {{ editor }} -c Editor {% if backend == "il2cpp" %} -c il2cpp {% endif %} --fast --wait
31
32
# Build Player
33
- - utr \
+ - |
34
+ {% if platform.name != "win" %}./{% endif %}utr \
35
--suite=playmode \
36
--platform={{ platform.standalone }} \
37
--editor-location=.Editor \
0 commit comments