-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathnotes.txt
More file actions
23 lines (14 loc) · 739 Bytes
/
notes.txt
File metadata and controls
23 lines (14 loc) · 739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
pac pcf init --name CanvasTimelinePCF --namespace Belleye --template field
npm i
npm run build
npm start watch
Ctrl C to quit
pac auth create --url https://org9f8df33a.crm6.dynamics.com
pac pcf push
git status
pac solution pack -z ..\SolutionZips\Unmanaged\timeline.zip -p managed
https://powerusers.microsoft.com/t5/Power-Apps-Pro-Dev-ISV/MSbuild-error-while-packaging-PCF-solution-value-cannot-be-null/td-p/1433793/page/2
msbuild /t:build /restore
--.NET Framework 4.8.1 for build
https://microsoftlearning.github.io/PL-400_Microsoft-Power-Platform-Developer/Instructions/Labs/LAB%5BPL-400%5D_Lab09_PCF.html#exercise-3-export-and-import-solution
https://itmustbecode.com/pcf-controls-custom-webpack-configurations/