File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -223,7 +223,13 @@ async function main() {
223223 addPathArg ( 'result-bundle-path' , 'resultBundlePath' ) ;
224224 addInputArg ( 'result-bundle-version' , 'resultBundleVersion' ) ;
225225 addPathArg ( 'cloned-source-packages-path' , 'clonedSourcePackagesDirPath' ) ;
226+ addPathArg ( 'package-cache-path' , 'packageCachePath' ) ;
226227 addPathArg ( 'derived-data-path' , 'derivedDataPath' ) ;
228+ addFlagArg ( 'disable-package-repository-cache' , 'disablePackageRepositoryCache' ) ;
229+ addFlagArg ( 'disable-automatic-package-resolution' , 'disableAutomaticPackageResolution' ) ;
230+ addFlagArg ( 'skip-package-updates' , 'skipPackageUpdates' ) ;
231+ addFlagArg ( 'skip-package-plugin-validation' , 'skipPackagePluginValidation' ) ;
232+ addFlagArg ( 'skip-macro-validation' , 'skipMacroValidation' ) ;
227233 addPathArg ( 'xcroot' ) ;
228234 addPathArg ( 'xctestrun' ) ;
229235 addInputArg ( 'test-plan' , 'testPlan' ) ;
You can’t perform that action at this time.
0 commit comments