Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Latest commit

 

History

History
33 lines (30 loc) · 1.12 KB

SetupPortfolioPlansDevFabric.md

File metadata and controls

33 lines (30 loc) · 1.12 KB

Setting up Dev environment for Portfolio Plans

  1. Clone repo, and install dev pre-requisites. See README file for details.
  2. Deploy devfabric with Analytics support
vssdf sps gallery commerce ems gallery tfs ax
  1. Enable feature flag to enable Descendants support in OData service 3.0-preview. Enable FF in the Analytics service configuration database.
use [Analytics_Configuration]
go
exec prc_SetRegistryValue 1, '#\FeatureAvailability\Entries\Analytics.Transform.WorkItemDescendants\AvailabilityState\', 1
  1. iisreset
  2. Build code with webpack
.\node_modules\.bin\webpack
  1. Run packaging for DevFabric environment
npm run package:dev
  1. Run dev https server for sources in DevFabric environment:
npm run dev
  1. Create a new publisher called ms-devlabs in your devfabric deployment.
  2. Upload .vsix package as a new extension for ms-devlabs publisher.
  3. Share the newly-uploaded extension with your devfabric organization.
  4. Go to your devfabric organization's shared extensions, and install it.
  5. Portfolio Plans hub should appear in the Boards hub group.