You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`Select "Configure for Cloud Builds" to install the ${NATIVESCRIPT_CLOUD_EXTENSION_NAME} extension and automatically configure your environment for cloud builds.`,
251
-
`Select "Configure for Local Builds" to run the setup script and automatically configure your environment for local builds.`,
252
-
`Select "Configure for Both Local and Cloud Builds" to automatically configure your environment for both options.`,
253
-
`Select "Configure for Both Local and Cloud Builds" to automatically configure your environment for both options.`
`Select "Configure for Local Builds" to run the setup script and automatically configure your environment for local builds.`,
236
+
`Select "Skip Step and Configure Manually" to disregard this option and install any required components manually.`
237
+
] : [
238
+
`Select "Configure for Cloud Builds" to install the ${NATIVESCRIPT_CLOUD_EXTENSION_NAME} extension and automatically configure your environment for cloud builds.`,
239
+
`Select "Configure for Local Builds" to run the setup script and automatically configure your environment for local builds.`,
240
+
`Select "Configure for Both Local and Cloud Builds" to automatically configure your environment for both options.`,
241
+
`Select "Configure for Both Local and Cloud Builds" to automatically configure your environment for both options.`
assert.deepEqual("To continue, choose one of the following options: ",promptForChoiceData[0].message);
109
109
assert.deepEqual(['Sync to Playground','Try Cloud Operation','Configure for Local Builds','Skip Step and Configure Manually'],promptForChoiceData[0].choices);
110
110
});
111
+
it("should not show 'Sync to Playground' option when hideSyncToPreviewAppOption is provided",async()=>{
0 commit comments