Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 935 Bytes

building.md

File metadata and controls

31 lines (24 loc) · 935 Bytes

Building the Control

Prerequisites


There are two main aspects to the repo:

  • control/:
    • Contains the PCF source code and configuration files.
    • Built using an npm script.
  • solution/:
    • Contains the solution metadata, and a reference to the PCF control.
    • Built using the dotnet CLI.
    • Building the solution also builds the control

To build the control, run the following command at the root of the repository:

  • dotnet build

After the control is built, it can be imported to the Dynamics environment using your method of choice:


home