Skip to content

Commit d423c78

Browse files
authored
Merge pull request MicrosoftDocs#1364 from dynamicscode/patch-2
Update msbuild command options
2 parents 08f3402 + 3b9b67e commit d423c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powerapps-docs/developer/component-framework/implementing-controls-using-typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ Follow these steps to create and import a [solution](https://docs.microsoft.com/
369369
```
370370
> [!TIP]
371371
> You will be hit with the error: *Do not use the `eval` function or its functional equivalents*, when you build the solution file using the `msbuild` command and import it into Common Data Service and run the solution checker.
372-
> Re build the solution file using the command `msbuild/property:configuration:Release` and reimport the solution into Common Data Service and run the solution checker.
372+
> Re build the solution file using the command `msbuild/property:configuration=Release` and reimport the solution into Common Data Service and run the solution checker.
373373

374374
> [!NOTE]
375375
> Make sure that **NuGet targets & Build Tasks** is checked. To enable it:

0 commit comments

Comments
 (0)