I am trying to build a solution out of the custom controller using power apps components framework:
Using
- Microsoft PowerApps Cli
- .net framework 4.6.2 development pack
- .Net SDK 2.2 Core
- Visual Studio code
- Node.js
I used this link as a guidenence
However, I am getting this error:
"MSB4057: The target "GetProjectOutputPath" does not exist in the project"
after executing msbuild in the desired location and no zipped solution is created..? Why?
I want to consume it in the D365 later.