so, i created a solution folder and ran the commands given on powerapps docs:
https://docs.microsoft.com/en-us/learn/modules/build-power-app-component/2-package-code-component
But when i run "msbuild", it gets stuck at the end and no files are generated inside the /bin/Debug folder inside solutions folder. Nothing so far posted or internet here seems to work for my case. I installed the 2019 build tools for visual studio, and gave the path inside the PATH enviorment variable in windows. Tried to run from Visual studio 2017 and also 2019 but everywhere it gets stuck.
Hi @Anonymous ,
Have you tried to deactivate the telemetry?
pac telemetry disable
...since I see something related to Application Insights. We also had some issued with the telemetry being blocked.
Another ideas:
1. check if the build of your component succeeds: "npm run build". Maybe is not able to build.
2. We had some issued with the NuGet feed while building, try "msbuild /p:NuGetInteractive="true". We actually need a Nuget.config in the PCF projects, otherwise we cannot build our PCFs
3. try "msbuild /t:build /verbosity:diag", maybe you get more details on the issue.
Hope it helps.
Kind regards,
Diana
yes , i tried from both inside Visual studio 2017 and also 2019 developer cmd as well as power shell in windows, but its the same issue of hanging at the "[build] Succeeded" step , and no file is generated inside the solution/bin/debug folder
Are you running msbuild commands in Developer Command Prompt for 20xx if not please also try like that?
Also just now, i let the msbuild command run for about 10-15 minutes without pressing Ctrl+C , and this error occured :
After running msbuild command, it just keeps on the "build success" and does not go any further,
If I press Ctrl+C , then it cancels and shows this message :
The msbuild /t:restore command runs successfully and gives no issue. But when i run the msbuild command after it, it just stops/hangs at the stage in 1st pic
@Anonymous - Can you post a screenshot of the terminal output. Aren't there any error messages that say why it isn't building the solution?
WarrenBelz
55
Most Valuable Professional
mmbr1606
49
Super User 2025 Season 1
Michael E. Gernaey
31
Super User 2025 Season 1