devkeydet / dyn365-ce-devops

DevOps for Dynamics 365 Customer Engagement (CE) is becoming a popular topic. The goal of this project is to help Dynamics 365 CE solution builders understand and accelerate their implementation of DevOps practices with Dynamics CE and VSTS.
MIT License
90 stars 28 forks source link

Replace Reset Dynamics 365 Instance PowerShell Scripts with xrm-ci-framework task #15

Closed devkeydet closed 7 years ago

devkeydet commented 7 years ago

See: https://github.com/WaelHamze/xrm-ci-framework/issues/46

There will be two tasks. One to delete the instance and one to create an instance (which is what the current scripts do). The management api doesn't currently support "reset" so you have to "reset" by delete/create.

Once the VSTS tasks are available, update the release template to use them.