Skip to content

Commit

Permalink
chore: Fix promotion test (#436)
Browse files Browse the repository at this point in the history
* [skip ci] fix promotion test

* [skip ci] fix promotion test
  • Loading branch information
karasusan committed Mar 3, 2021
1 parent 6691b3d commit 6e34926
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .yamato/promotion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion com.unity.renderstreaming/Documentation~/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion com.unity.renderstreaming/Editor/WebAppDownloader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion com.unity.renderstreaming/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 6e34926

Please sign in to comment.