最新消息:ww12345678 的部落格重装上线,希望大家继续支持。

在dynamics 365 财务和运营中设置版本控制 / Setting up Version control in dynamics 365 for operations

网络文摘 William 2431浏览 0评论
The first step to creating a new Dynamics 365 for Operations (Ax7) project is to setup Visual Studio Online (VSO). Visual Studio Online now supports Git version control, but if your solution will be deployed to a customer site, Microsoft recommends that you choose Team Foundation Version Control; at least for any projects that interface with Life Cycle Services (LCS). If you haven’t already, you need to visit https://www.visualstudio.com to sign up for Visual Studio Online.  You will choose an account name when you sign up. This account becomes part of the URL you will use to access all your projects.

Creating a Project in Visual Studio

Now we will create a project. I will call mine Ax7Experimentation because I plan on using this project to test functionality and try new ideas. Visual Studio Create a team project
  • Click the Create project button.
Visual Studio Create project name Now we need to setup the folder structure expected by Dynamics Ax7. Click the Add code button. This will take you to the root folder of your code repository. There you will see a single folder named BuildProcessTemplates. Unfortunately, we cannot create the necessary folders from the web viewer, we must connect Visual Studio to our project and continue from there.
  • Start Visual Studio 2015 as an Administrator. I would recommend checking the box on the Compatibility tab of the shortcut properties.
Visual Studio Properties Start Page Microsoft Visual Studio
  • If you haven’t done so already, sign into your Microsoft Account (the one you used to create the project).  If prompted, you will need to select Personal account.
Visual Studio Personal account
  • From the Team menu, select Manage Connections… to open the Team Explorer window.
Microsoft Visual Studio Team Explorer Window
  • Click the Connect… link in the middle of the Team Explorer window. From the resulting dialog, select your Team Foundation Server.
VersionControl_MarkNelson7
  • Click Connect.
Now you are prompted to configure your workspace mappings.  This will create a local folder that holds a copy of all your files. It also acts as your staging folder, holding a copy of new files until you submit them. VersionControl_MarkNelson8
  • Click the Configure your workspaces link.
  • Choose a local folder to store your code.
For Dynamics 365 for Operations (Ax7) work, this folder will only contain your projects and non-Ax7 code. All your Dynamics metadata artifacts will reside in another folder. I will store my code in a new root-level folder called AxTFS. VersionControl_MarkNelson9
  • Enter your folder name and click the Map & Get button.
You now have a local folder mapped to your VSTO. Click the Source Control Explorer button to open the explorer. Here we will finish the workspace mappings and create the initial required folders. We will start with folders that represent the trunk and main branch; Trunk and Main. Because this folder will hold the files related to Visual Studio projects, we will create a Projects folder. Create the folder structure by right-clicking on each parent node and choosing New Folder. VersionControl_MarkNelson10 Lastly, we must tell VSTS where to store the Dynamics Ax metadata files. These files are managed by Visual Studio and are in a folder controlled by the AOS service; C:\AOSService.
  • Right-click the Main folder and choose New Folder to create a folder for our metadata. Name the folder Metadata.
  • To change the mapping for this folder, expand the Workspaces drop-down in the toolbar and choose Workspaces…, then click Edit…
VersionControl_MarkNelson11
  • Remap the Metadata folder to the PackagesLocalDirectory folder by adding a new line to the grid.
VersionControl_MarkNelson12
  • Click OK.
  • When prompted, click Yes to get the latest files.  There won’t be any new files however because we just created this repository.
  • Click Close to close the Manage Workspaces dialog.
Now we will submit the folders and add the structure to VSTS.
  • Click the Pending Changes button to see the list of pending changes.  Enter a check-in comment and click the Check In button.
VersionControl_MarkNelson13 The next step is to convert the Main folder into a branch.
  • To do this, right-click the Main folder, choose Branching and Merging > Convert to Branch.
VersionControl_MarkNelson14
  • Enter a comment and press Convert.
VersionControl_MarkNelson15 Notice that the folder icon has changed to a branch icon. VersionControl_MarkNelson16 When you create a new Dynamics  365 for Operation (Ax7) project, you should store the project in your VSTS controlled Projects folder. The Metadata folder mapping we created will allow Visual Studio to create the project elements in the correct location and still allow you to add them to version control. VersionControl_MarkNelson17 VersionControl_MarkNelson18    
发表我的评论
取消评论

表情

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址