@@ -58,16 +58,18 @@ Alternatively, install via NuGet Package Manager in XrmToolBox.
5858
5959### First Time Setup
6060
61- 1 . ** Configure Settings** :
62- - Open the tool and go to ** Settings** (gear icon in the toolbar)
63- - ** Working Directory** : Select a folder where your PCF control projects will be stored
64- - ** VS Developer Command Prompt Path** : Locate ` VsDevCmd.bat ` on your system (typically in Visual Studio installation folder)
65- - Example: ` C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\Tools\VsDevCmd.bat `
66- - The tool will automatically detect:
67- - ** npm** (Node Package Manager) installation
68- - ** MSBuild** path from Visual Studio
69- - ** Power Apps CLI** installation
70- - If Power Apps CLI is not detected, use the Help menu to download and install it
61+ The tool will automatically detect:
62+ - ** npm** (Node Package Manager) installation
63+ - ** MSBuild** path from Visual Studio
64+ - ** Power Apps CLI** installation
65+ - If Power Apps CLI is not detected, use the Help menu to download and install it
66+
67+ ** Configure Settings** :
68+ - Open the tool and go to ** Settings**
69+ - Review the path identified for MSBuild
70+ - Set your default namespace (optional)
71+ - Set your default publisher name and prefix (optional)
72+ - Enter custom PowerSheel execution policy command e.g. Bypass -Scope Process (optinal)
7173
7274### Creating a New Control
7375
@@ -81,17 +83,15 @@ Alternatively, install via NuGet Package Manager in XrmToolBox.
8183 - ** Template** : Select ` Field ` or ` Dataset `
8284 - ** Additional Packages** : Optionally add Fluent UI or other libraries
8385 - ** Version** : Component version (read-only, automatically managed)
84-
85- 3 . Configure Solution Details (optional):
86- - ** Solution Name** : Unique solution name
87- - ** Publisher Information** : Prefix, name, and friendly name
88- - ** Solution Version** : Initial version number
89-
90- 4 . Click ** "Run 'pac' command"** to initialize the project
91- 5 . Use ** "Build project"** to compile your control
92- 6 . Use ** "Test project"** to launch the test harness
93- 7 . Use ** "Create Solution Package"** when ready to deploy
94- 8 . Use ** "Deploy to D365 CE"** to push to your environment
86+ 3 . Click ** "Run 'pac' command"** to initialize the project
87+ 4 . Use ** "Build project"** to compile your control
88+ 5 . Use ** "Test project"** to launch the test harness
89+ 6 . Use ** "Create Solution Package"** when ready to deploy
90+ - Configure Solution Details:
91+ - ** Solution Name** : Unique solution name
92+ - ** Publisher Information** : Prefix, name, and friendly name
93+ - ** Solution Version** : Initial version number (read-only, automatically managed)
94+ 7 . Use ** "Deploy to D365 CE"** to push to your environment
9595
9696### Editing an Existing Control
9797
@@ -217,7 +217,7 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
217217
218218## Author
219219
220- ** Danish Naglekar** - [ @DanzMaverick ] ( https://twitter.com/Danzmaverick )
220+ ** Danish Naglekar** - [ @DanzMaverick ] ( https://twitter.com/DanzMaverick )
221221
222222## Support
223223
0 commit comments