We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 093d8f3 + 4014cd7 commit 9935fd6Copy full SHA for 9935fd6
lib/services/platform-service.ts
@@ -299,11 +299,11 @@ export class PlatformService implements IPlatformService {
299
// Process configurations files from App_Resources
300
platformData.platformProjectService.processConfigurationFilesFromAppResources().wait();
301
302
+ this.applyBaseConfigOption(platformData).wait();
303
+
304
// Replace placeholders in configuration files
305
platformData.platformProjectService.interpolateConfigurationFile().wait();
306
- this.applyBaseConfigOption(platformData).wait();
-
307
this.$logger.out("Project successfully prepared");
308
return true;
309
}).future<boolean>()();
0 commit comments