Skip to content

Instantly share code, notes, and snippets.

@JohnLBevan
Last active May 2, 2018 11:40
Show Gist options
  • Select an option

  • Save JohnLBevan/07eef440359ccf256dcf9475bb0404e8 to your computer and use it in GitHub Desktop.

Select an option

Save JohnLBevan/07eef440359ccf256dcf9475bb0404e8 to your computer and use it in GitHub Desktop.
Notes on installing a package for DFO365
::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