Skip to Content

PL-400: Which MSBuild Command Generates a Solution Zip File for Power Apps PCF Components?

How to Package and Deploy Power Apps Component Framework Code Using MSBuild?

Table of Contents

Question

You are using Power Apps component framework to create code components for a canvas app.

You need to bundle all code component elements into a solution file and import the solution file into Microsoft Dataverse.

Which command should you use to generate a zip file from the solution project?

Select only one answer.

A. msbuild /t:build /restore
B. msbuild
C. msbuild /p:configuration=Release
D. msbuild /t:rebuild

Answer

A. msbuild /t:build /restore

Explanation

This item tests the candidate’s knowledge of packaging a PCF component.

You should use the /restore only for the first time when the solution project is built. You should use the /restore only for the first time and after that msbuild. The =Release is only used for release to a production build, The /t:rebuild is used to perform a rebuild (or clean).

Microsoft Power Platform Developer PL-400 certification exam practice question and answer (Q&A) dump with detail explanation and reference available free, helpful to pass the Microsoft Power Platform Developer PL-400 exam and earn Microsoft Power Platform Developer PL-400 certification.