Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions .yamato/upm-ci-publish-github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@ packages:
- name: renderstreaming
---
publish_github_release:
name: Publish Github Release
name: Publish Template and Webapp to Github Release
agent:
type: Unity::VM
image: package-ci/win10:stable
flavor: b1.large
commands:
- npm install github-release-cli -g
- github-release upload -o "Unity-Technologies" -r "UnityRenderStreaming" -t "%GIT_TAG%" -n "%GIT_TAG%" "upm-ci~/packages/com.unity.renderstreaming-%GIT_TAG%.tgz"
- github-release upload -o "Unity-Technologies" -r "UnityRenderStreaming" -t "%GIT_TAG%" -n "%GIT_TAG%" "upm-ci~/packages/com.unity.template.renderstreaming-%GIT_TAG%.tgz"
- github-release upload -o "Unity-Technologies" -r "UnityRenderStreaming" -t "%GIT_TAG%" -n "%GIT_TAG%" "WebApp/bin~/webserver"
- github-release upload -o "Unity-Technologies" -r "UnityRenderStreaming" -t "%GIT_TAG%" -n "%GIT_TAG%" "WebApp/bin~/webserver.exe"
Expand All @@ -21,9 +20,6 @@ publish_github_release:
only:
- /^(v|V)?\d+\.\d+\.\d+(-preview(\.\d+)?)?$/
dependencies:
{% for package in packages%}
- .yamato/upm-ci-renderstreaming-packages.yml#pack_{{ package.name }}
{% endfor %}
- .yamato/upm-ci-template.yml#pack
{% for platform in platforms %}
- .yamato/upm-ci-webapp.yml#pack_{{ platform.name }}
Expand Down
7 changes: 0 additions & 7 deletions .yamato/upm-ci-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,6 @@ test_{{ platform.name }}_{{ editor.version }}:
{% endif %}
- npm install upm-ci-utils@latest -g --registry https://api.bintray.com/npm/unity/unity-npm
- upm-ci template test -u {{ editor.version }}
# TODO:: `upm-ci template test` is failed using the package on the internal registry.
# triggers:
# branches:
# only:
# - "/.*/"
# except:
# - "master"
artifacts:
logs:
paths:
Expand Down
2 changes: 1 addition & 1 deletion Packages/com.unity.template.renderstreaming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"description": "This is HDRP sample scene project integrated with Unity Render Streaming technology.\n\nAlong with its signaling web server, you could play around the scene in any webrtc supported web browser.",
"dependencies": {
"com.unity.renderstreaming": "1.2.0-preview",
"com.unity.render-pipelines.high-definition": "7.1.7"
"com.unity.render-pipelines.high-definition": "7.1.8"
}
}
2 changes: 1 addition & 1 deletion Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"com.unity.ide.vscode": "1.1.4",
"com.unity.inputsystem": "1.0.0-preview.4",
"com.unity.render-pipelines.high-definition": "7.1.8",
"com.unity.renderstreaming": "1.2.0-preview.1",
"com.unity.renderstreaming": "1.2.0-preview",
"com.unity.test-framework": "1.1.9",
"com.unity.textmeshpro": "2.0.1",
"com.unity.ugui": "1.0.0",
Expand Down