-
oepn START >
developer command prompt
and go to the project location -
run the
npm install
command to get all the required dependencies. -
run
msbuild /t:restore
. -
Create subfolder
LmvComponentSolution
and go to the foldertControl>cd IncrementControlSolution` -
run
pac solution init --publisher-name coolOrange --publisher-prefix cO
-
Run
pac solution add-reference --path ..\PowerAppsLmvComponent.pcfproj
-
run
msbuild /t:restore
-
run
msbuild /t:rebuild /restore /p:Configuration=Release
-
run
msbuild
The generated solution zip file will be available at
IncrementControlSolution\bin\debug
folder.
see https://github.com/microsoft/PowerApps-Samples/blob/master/component-framework/README.md