File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ commands:
37
37
38
38
# Step 2 - clone unity/il2cpp into $env:PRTOOLS_BUILD_DIR\il2cpp (C:\buildslave\unity\il2cpp)
39
39
- command : |
40
-
40
+ git config --global core.longpaths true
41
41
cd $env:PRTOOLS_BUILD_DIR
42
42
43
43
git clone --recurse-submodules https://github.cds.internal.unity3d.com/unity/il2cpp.git il2cpp
@@ -48,7 +48,6 @@ commands:
48
48
- command : |
49
49
50
50
cd $env:UNITY_SOURCE_PRTOOLS_DIR
51
- git config --global core.longpaths true
52
51
cmd /v /c dotnet run --project $env:YAMATO_WORK_DIR\prtools\PRTools\PRTools.csproj --test-mono-il2cpp-deps=$env:YAMATO_SOURCE_DIR/stevedore/artifactid.txt --backport=$env:BACKPORT_BRANCH --custom-il2cpp-repo-path=$env:PRTOOLS_BUILD_DIR/il2cpp --github-api-token=$env:IL2CPP_GITHUB_TOKEN --yamato-api-token=$env:YAMATO_TOKEN --yamato-long-lived-token --il2cpp-deps-manifest-file=il2cpp-deps.stevedore --yamato-owner-email=$env:YAMATO_OWNER_EMAIL --no-slack --no-push
53
52
if ($LASTEXITCODE -ne 0) { echo "PRTools failed"; exit $LASTEXITCODE }
54
53
You can’t perform that action at this time.
0 commit comments