
Dear all,
I have created a custom control (using the PowerApps Component Framework). Now after the PoC is finished, I wanted to push the code to our main repository.
Our main repository is somewhat structured like this:
Company A
- Azure Functions
- Plugins
- Customizations
-- JavaScript
- companyA.sln
So I tried to add the PCF to the solution, but I can't - the *.pcfproj file which is generated using pac pcf init can not be selected in the "Add Existing Project..." dialog. Only copying the folder does not work either - the folder is not shown in the solution (also not when toggling "Show All Files").
Is there a way to add a PCF project to a Visual Studio solution or what is the recommended way of doing this?
Thanks a lot in advance for your answer,
Florian