Skip to content

Commit 769176d

Browse files
authored
Merge pull request #1458 from Unity-Technologies/prtools-updates
PRTools updates for switch over to GitHub
2 parents 5348e66 + ebc5ea7 commit 769176d

File tree

3 files changed

+5
-32
lines changed

3 files changed

+5
-32
lines changed

.yamato/Collate Builds.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

.yamato/Update Il2cpp-deps.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 'Update Il2cpp-deps'
22
agent:
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
66
dependencies:
77
- .yamato/Collate Builds.yml
@@ -11,11 +11,10 @@ commands:
1111
git clone [email protected]: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%

.yamato/Update Unity.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)