Skip to content

coolOrangeLabs/PowerAppsLmvComponent

Repository files navigation

  1. oepn START > developer command prompt and go to the project location

  2. run the npm install command to get all the required dependencies.

  3. run msbuild /t:restore.

  4. Create subfolder LmvComponentSolution and go to the foldertControl>cd IncrementControlSolution`

  5. run pac solution init --publisher-name coolOrange --publisher-prefix cO

  6. Run pac solution add-reference --path ..\PowerAppsLmvComponent.pcfproj

  7. run msbuild /t:restore

  8. run msbuild /t:rebuild /restore /p:Configuration=Release

  9. 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published