Skip to content

Commit 1dd29bd

Browse files
authored
Merge pull request #1757 from MicrosoftDocs/pvayner-patch-1
Updating msbuild command to single line
2 parents d569bab + 7b4065b commit 1dd29bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powerapps-docs/developer/component-framework/import-custom-controls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Follow the steps below to create and import a solution file:
2323
2424
2. Once the new solution project is created, you need to refer to the ___location where the created control is located. You can add the reference by using the command
2525
`pac solution add-reference --path <path of your PowerApps component framework project on disk>`
26-
3. To generate a zip file from your solution project, you will need to `cd` into your solution project directory and build the project using the command `msbuild/t:restore` and `msbuild`
26+
3. To generate a zip file from your solution project, you will need to `cd` into your solution project directory and build the project using the command `msbuild /t:build /restore`
2727

2828
> [!NOTE]
2929
> - If msbuild 15 is not in the path, open Developer Command Prompt for Vs 2017 to run the msbuild commands.

0 commit comments

Comments
 (0)