File tree Expand file tree Collapse file tree 3 files changed +5
-32
lines changed Expand file tree Collapse file tree 3 files changed +5
-32
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ triggers:
2121 - targets :
2222 only :
2323 - " unity-master"
24+ branches :
25+ only :
26+ - " master"
2427 cancel_old_ci : true
2528 recurring :
2629 - branch : unity-master
Original file line number Diff line number Diff line change 11name : ' Update Il2cpp-deps'
22agent :
33 type : Unity::VM
4- image : platform-foundation/windows-vs2019-bokken:latest
4+ image : platform-foundation/windows-vs2019-prtools- bokken:latest
55 flavor : b1.xlarge
66dependencies :
77 - .yamato/Collate Builds.yml
@@ -11,11 +11,10 @@ commands:
1111 git clone git@github.cds.internal.unity3d.com:unity/prtools.git
1212 cd prtools
1313 git checkout master
14- nuget.exe restore PRTools.sln -configFile NuGet.Config
1514 cmd /c cibuildscript
1615 cmd /c xcopy build %PRTOOLS_BUILD_DIR% /s /Y /E /I
1716 cd %UNITY_SOURCE_PRTOOLS_DIR%
18- %PRTOOLS_BUILD_DIR%\prtools.exe --update-mbe -il2cpp-deps=%YAMATO_SOURCE_DIR%/stevedore/artifactid.txt --github-api-token=%GITHUB_TOKEN% --yamato-api-token=%YAMATO_TOKEN% --yamato-long-lived-token
17+ %PRTOOLS_BUILD_DIR%\prtools.exe --update-mono -il2cpp-deps=%YAMATO_SOURCE_DIR%/stevedore/artifactid.txt --github-api-token=%GITHUB_TOKEN% --yamato-api-token=%YAMATO_TOKEN% --yamato-long-lived-token
1918 if NOT %errorlevel% == 0 (
2019 echo "PRTools failed"
2120 EXIT /B %errorlevel%
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments