dyn365-ce-devops icon indicating copy to clipboard operation
dyn365-ce-devops copied to clipboard

Create a "starter solution" for "getting started with source control"

Open devkeydet opened this issue 6 years ago • 2 comments

While it is nice (and necessary) to learn how to deploy an existing application, what's missing is the ability to understand how to get the initial "skeleton" solution setup to be in a position to source control all the items. To that end, create a Visual Studio solution that contains a set of projects for the following: Web Resources Plugins SolutionPackage DeploymentPackage (i.e. Package Deployer project) InitialData (i.e. using DataMigrationUtility.exe)

The intended use case would be: -Developer downloads "skeleton" Visual Studio solution/projects -Developer commits to their source control repository -Developer can manually create the web resource and plugin assets or use tools like spkl (https://github.com/scottdurow/SparkleXrm/wiki/spkl), or others to bring existing assets down. -Developer can use tools like SolutionPackager (https://docs.microsoft.com/en-us/dynamics365/customer-engagement/developer/compress-extract-solution-file-solutionpackager) or spkl (which provides is a wrapper around SolutionPackager) to bring configurations into source control -Developer is able to "get started" faster and now focus on using build and deployment automation from VSTS pointing to their source control system.

devkeydet avatar Oct 31 '17 13:10 devkeydet

See: https://docs.microsoft.com/en-us/visualstudio/ide/how-to-create-multi-project-templates

devkeydet avatar Nov 28 '17 12:11 devkeydet

https://github.com/ligershark/side-waffle/wiki/How-to-create-a-multi-project-template

devkeydet avatar Jan 10 '18 19:01 devkeydet