Last active
May 2, 2018 11:40
-
-
Save JohnLBevan/07eef440359ccf256dcf9475bb0404e8 to your computer and use it in GitHub Desktop.
Notes on installing a package for DFO365
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ::Package Installation Instructions per: https://docs.microsoft.com/en-us/dynamics365/unified-operations/dev-itpro/migration-upgrade/install-metadata-hotfix-package | |
| ::Source Control Configuration per: https://docs.microsoft.com/en-us/dynamics365/unified-operations/dev-itpro/dev-tools/version-control-metadata-navigation#map-your-visual-studio-team-services-project-to-your-local-model-store-and-projects-folder | |
| ::Related discussion: https://community.dynamics.com/ax/f/33/t/229735 | |
| pushd "K:\AosService\PackagesLocalDirectory\Bin" | |
| SCDPBundleInstall.exe -prepare -packagepath="C:\XppPackages\HotfixPackageBundle.axscdppkg" -metadatastorepath="K:\AosService\PackagesLocalDirectory\Metadata" -tfsworkspacepath="K:\AosService\PackagesLocalDirectory\Metadata" -tfsprojecturi="https://mytenant.visualstudio.com" | |
| ::NB: The TFSWorkspace path points to the METADATA (i.e. is the same as we used for metadatastorepath); not the PROJECT (e.g. C:\Users\User123abcdef\Documents\Visual Studio 2015\Projects) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment