From 6e3492661dfc150a316e0c43e65019353d11793a Mon Sep 17 00:00:00 2001 From: Kazuki Matsumoto <1132081+karasusan@users.noreply.github.com> Date: Wed, 3 Mar 2021 09:59:31 +0900 Subject: [PATCH] chore: Fix promotion test (#436) * [skip ci] fix promotion test * [skip ci] fix promotion test --- .yamato/promotion.yml | 2 +- com.unity.renderstreaming/Documentation~/tutorial.md | 2 +- com.unity.renderstreaming/Editor/WebAppDownloader.cs | 2 +- com.unity.renderstreaming/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.yamato/promotion.yml b/.yamato/promotion.yml index 40e489371..b11133cc1 100644 --- a/.yamato/promotion.yml +++ b/.yamato/promotion.yml @@ -23,7 +23,7 @@ promotion_test_{{ platform.name }}_{{ editor.version }}: UPMCI_PROMOTION: 1 commands: - npm install upm-ci-utils@{{ upm.package_version }} -g --registry {{ upm.registry_url }} - - upm-ci package test --unity-version {{ editor.version }} --package-path {{ package.packagename }} + - upm-ci package test --unity-version {{ editor.version }} --package-path {{ package.packagename }} --platform editmode --backend mono artifacts: logs: paths: diff --git a/com.unity.renderstreaming/Documentation~/tutorial.md b/com.unity.renderstreaming/Documentation~/tutorial.md index a40b7dcb4..4054020ed 100644 --- a/com.unity.renderstreaming/Documentation~/tutorial.md +++ b/com.unity.renderstreaming/Documentation~/tutorial.md @@ -40,7 +40,7 @@ Check Package Manager window, Click `+` button and select `Add package from git Input the string below to the input field. ``` -com.unity.renderstreaming@3.0.0-preview +com.unity.renderstreaming@3.0.0-preview.1 ``` The list of version string is [here](https://github.com/Unity-Technologies/com.unity.renderstreaming/tags). In most cases, the latest version is recommended to use. diff --git a/com.unity.renderstreaming/Editor/WebAppDownloader.cs b/com.unity.renderstreaming/Editor/WebAppDownloader.cs index fdf7efc1f..61e4004d1 100644 --- a/com.unity.renderstreaming/Editor/WebAppDownloader.cs +++ b/com.unity.renderstreaming/Editor/WebAppDownloader.cs @@ -7,7 +7,7 @@ namespace Unity.RenderStreaming.Editor public static class WebAppDownloader { const string URLRoot = "https://github.com/Unity-Technologies/UnityRenderStreaming"; - const string LatestKnownVersion = "3.0.0-preview"; + const string LatestKnownVersion = "3.0.0-preview.1"; // TODO::fix release process of webserver runtime. const string FileNameWebAppForMac = "webserver_mac"; diff --git a/com.unity.renderstreaming/package.json b/com.unity.renderstreaming/package.json index 8caa61f51..8df754fa4 100644 --- a/com.unity.renderstreaming/package.json +++ b/com.unity.renderstreaming/package.json @@ -1,7 +1,7 @@ { "name": "com.unity.renderstreaming", "displayName": "Unity Render Streaming", - "version": "3.0.0-preview", + "version": "3.0.0-preview.1", "unity": "2019.4", "description": "This is a package for using Unity Render Streaming technology. It contains two samples to use the technology.", "dependencies": {