You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments