提交 6192506b 编写于 作者: A ashwinimurt

Add config to update il2cpp-deps

上级 5539dc1d
name: 'Update Il2cpp-deps'
agent:
type: Unity::VM
image: platform-foundation/windows-vs2019-bokken:latest
flavor: b1.xlarge
dependencies:
- .yamato/Collate Builds.yml
- .yamato/Publish To Stevedore.yml
commands:
- |
git clone git@github.cds.internal.unity3d.com:unity/prtools.git
cd prtools
git checkout master
nuget.exe restore PRTools.sln
cmd /c cibuildscript
cmd /c xcopy build %PRTOOLS_BUILD_DIR% /s /Y /E /I
cd %UNITY_SOURCE_PRTOOLS_DIR%
%PRTOOLS_BUILD_DIR%\prtools.exe --update-mbe-il2cpp-deps=%YAMATO_SOURCE_DIR%/stevedore/artifactid.txt --backport=2018.4 --github-api-token=%GITHUB_TOKEN% --yamato-api-token=%YAMATO_TOKEN% --yamato-long-lived-token
if NOT %errorlevel% == 0 (
echo "PRTools failed"
EXIT /B %errorlevel%
)
timeout: 1
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册