Skip to content

Commit e39c90b

Browse files
authored
Merge branch 'main' into release/25.10.21
2 parents 694414d + cb0ffd3 commit e39c90b

File tree

3 files changed

+9
-30
lines changed

3 files changed

+9
-30
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,5 @@ Actions/GenerateReferenceNumber/packages/
7474
/Fellowmind.PowerPlatform.DeveloperToolkit.JS.ConstantGenerator
7575
**/.vs
7676
*.sln
77+
PCF/README.md
78+
PCF/README.md

PCF/README.md

Lines changed: 3 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -18,33 +18,6 @@ UNIVERSAL [email protected] Public User FMFI
1818

1919
### Publish for development
2020

21-
```bash
22-
pac auth create
23-
pac auth create --url https://fmfiproductdevelopment.crm4.dynamics.com/
24-
```
25-
26-
Update ControlManifest.Input.xml version
27-
28-
pac pcf push --publisher-prefix fmfi
29-
30-
### Publish for production
31-
The directory PCFToolkit contains the solution for production. Make sure to update the version in the ControlManifest.Input.xml file for each component.
32-
33-
You can use dotnet to publish the solution.
34-
35-
```bash
36-
dotnet build --configuration Release
37-
```
38-
39-
This will output the solution in the bin/Release folder.
40-
41-
If you want to get both the managed (production release) and the the unmanaged (for development) solution, you can use the following command:
42-
43-
```bash
44-
dotnet build --configuration Both
45-
```
46-
47-
This will output the solution in the bin/Both folder.
48-
49-
### IMPORTANT
50-
IMPORT ONLY UNMANAGED-solution to dev-environment. Otherwise components cannot be exported with the main FM Developer Kit -solution.
21+
PCF Components have DevOps-pipeline that is triggering from the master -branch and deploying latest version automatically to the development environment.
22+
https://dev.azure.com/godemo/FM%20Product%20development%20ALM/_build?definitionId=49
23+
Enjoy!

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
Fellowmind Developer Toolkit
33
===============
44
A set of tools and controls for custom development, enhancing usability and ensuring faster implementation times.
5+
6+
![image](https://github.com/user-attachments/assets/5f62e9e9-4c87-4745-b874-cb3f80ea7da2)
7+
8+
59
# Components
610
Includes PCF components, JavaScript components, and a JavaScript library for extending app functionality.
711

0 commit comments

Comments
 (0)