Skip to content

Commit 8d4698a

Browse files
authored
Merge pull request #1445 from Unity-Technologies/fix-prtools-restore
Fix PRTools failing to restore
2 parents 0993ebf + 77dce5f commit 8d4698a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.yamato/Update Il2cpp-deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ commands:
1111
git clone [email protected]:unity/prtools.git
1212
cd prtools
1313
git checkout master
14-
nuget.exe restore PRTools.sln
14+
nuget.exe restore PRTools.sln --configfile NuGet.Config
1515
cmd /c cibuildscript
1616
cmd /c xcopy build %PRTOOLS_BUILD_DIR% /s /Y /E /I
1717
cd %UNITY_SOURCE_PRTOOLS_DIR%

.yamato/Update Unity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ commands:
1313
git clone [email protected]:unity/prtools.git
1414
cd prtools
1515
git checkout master
16-
nuget.exe restore PRTools.sln
16+
nuget.exe restore PRTools.sln --configfile NuGet.Config
1717
cmd /c cibuildscript
1818
cmd /c xcopy build %PRTOOLS_BUILD_DIR% /s /Y /E /I
1919
cd %UNITY_SOURCE_PRTOOLS_DIR%

0 commit comments

Comments
 (0)