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 ffbe357 commit 0343e55Copy full SHA for 0343e55
.yamato/upm-ci.yml
@@ -187,8 +187,8 @@ publish:
187
variables:
188
UPMCI_ENABLE_PACKAGE_SIGNING: 1
189
commands:
190
- - mv ./Assets/Samples ./Packages/com.unity.inputsystem
191
- - mv ./Assets/Samples.meta ./Packages/com.unity.inputsystem
+ - move /Y .\Assets\Samples .\Packages\com.unity.inputsystem
+ - move /Y .\Assets\Samples.meta .\Packages\com.unity.inputsystem
192
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
193
- upm-ci package pack --package-path ./Packages/com.unity.inputsystem/
194
- upm-ci package test --package-path ./Packages/com.unity.inputsystem/ -u 2019.4
0 commit comments