Skip to content

Commit 1a19270

Browse files
committed
Fix UNITY_SOURCE_PRTOOLS_DIR environment variable setup and ensure directories exist
1 parent 35510b4 commit 1a19270

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.yamato/Run IL2CPP Tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,12 @@ commands:
3535
3636
git clone git@github.cds.internal.unity3d.com:unity/prtools.git
3737
38-
# Step 1.5 - Set PRTOOLS_BUILD_DIR environment variable
38+
# Step 1.5 - Set required environment variables
3939
- command: |
4040
setx PRTOOLS_BUILD_DIR "C:\buildslave\unity"
41-
$env:PRTOOLS_BUILD_DIR = "C:\buildslave\unity"
41+
setx UNITY_SOURCE_PRTOOLS_DIR "C:\buildslave\unity\build"
42+
$env: = "C:\buildslave\unity"
43+
$env:UNITY_SOURCE_PRTOOLS_DIR = "C:\buildslave\unity\build"
4244
4345
# Step 2 - clone unity/il2cpp into $env:PRTOOLS_BUILD_DIR\il2cpp (C:\buildslave\unity\il2cpp)
4446
- command: |

0 commit comments

Comments
 (0)