Skip to content

Commit e0305cb

Browse files
dimodidimodi
authored andcommitted
Update deployment/ci-cd-license-key.md
1 parent 399c0d4 commit e0305cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/ci-cd-license-key.md

Lines changed: 1 addition & 1 deletion
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)