You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/developer/component-framework/import-custom-controls.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Follow the steps below to create and import a solution file:
23
23
24
24
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
25
25
`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`
27
27
28
28
> [!NOTE]
29
29
> - If msbuild 15 is not in the path, open Developer Command Prompt for Vs 2017 to run the msbuild commands.
0 commit comments