Skip to content
Merged
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
17 changes: 4 additions & 13 deletions .yamato/postprocessing_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,19 +54,6 @@ test_platforms:

{{ name }}_test_trigger:
name: {{ name }} - Tests Trigger
agent:
type: Unity::VM
image: package-ci/win10:stable
flavor: b1.large
commands:
- dir
artifacts:
logs:
paths:
- "upm-ci~/test-results/**/*"
packages:
paths:
- "upm-ci~/packages/**/*"
dependencies:
- .yamato/postprocessing_publish.yml#{{ name }}_pack
{% for editor in test_editors %}
Expand All @@ -81,6 +68,8 @@ test_platforms:
type: Unity::VM
image: package-ci/win10:stable
flavor: b1.large
variables:
UPMCI_ENABLE_PACKAGE_SIGNING: 1
commands:
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
- upm-ci package publish --package-path com.unity.postprocessing
Expand All @@ -103,6 +92,8 @@ test_platforms:
type: Unity::VM
image: package-ci/win10:stable
flavor: b1.large
variables:
UPMCI_ENABLE_PACKAGE_SIGNING: 1
commands:
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
- upm-ci package publish --dry-run --package-path com.unity.postprocessing
Expand Down