I tried to modify the above configure file and start build in Visual Studio. The build does synchronize the database. However, it fails in the end with the following error:
Resources.AzureAOSWebRoleNotFound.
The calling stack is as below:
Resources.AzureAOSWebRoleNotFound
at MicrosoftDynamics.Framework.Tools.AosAppPoolRecycler.RecycleAppPool()
at MicrosoftDynamics.Framework.Tools.BuildTasks.SyncEngineWrapper.Sync(CancellationToken cancellationToken)
at MicrosoftDynamics.Framework.Tools.BuildTasks.SyncEngineWrapper.Sync(CancellationToken cancellationToken, IList'1 localElements, SyncModel syncMode, IDiagnostickSink& diagnosticSinck)
at MicrosoftDynamics.Framework.Tools.AsycnBuildController.DoDBSyncronization(CancellationToken token, IList'1 elements, SyncMode syncMode, BuildTrigger buildTrigger).