Skip to content

Commit 82ffc89

Browse files
committed
Fix configfile argument
1 parent 8d4698a commit 82ffc89

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 --configfile NuGet.Config
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 --configfile NuGet.Config
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)