File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ commands:
1111 git clone git@github.cds.internal.unity3d.com: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%
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ commands:
1313 git clone git@github.cds.internal.unity3d.com: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%
You can’t perform that action at this time.
0 commit comments