Skip to content

Commit 1a7ed12

Browse files
authored
Update deployment/ci-cd-license-key.md
1 parent 03dd891 commit 1a7ed12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/ci-cd-license-key.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ To avoid accidental [license watermarks and notifications on your live site](slu
144144
</PropertyGroup>
145145
````
146146
147-
* [Set the `-warnaserror` switch](https://learn.microsoft.com/en-us/visualstudio/msbuild/msbuild-command-line-reference?view=vs-2022#switches) when building with the .NET CLI:
147+
* [Set the `-warnaserror` MSBuild switch](https://learn.microsoft.com/en-us/visualstudio/msbuild/msbuild-command-line-reference?view=vs-2022#switches) in the [`dotnet build` command](https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-build#msbuild):
148148
````SH.skip-repl
149149
dotnet build -warnaserror:"TKL001;TKL002;TKL003;TKL004;TKL101;TKL102;TKL103;TKL104;TKL105"
150150
````

0 commit comments

Comments
 (0)