Skip to content

Commit 37ab6d4

Browse files
dimodidimodi
authored andcommitted
Make syntax more robust
1 parent 481f58a commit 37ab6d4

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
@@ -146,7 +146,7 @@ To avoid accidental [license watermarks and notifications on your live site](slu
146146
147147
* [Set the `-warnaserror` switch when using the .NET CLI](https://learn.microsoft.com/en-us/visualstudio/msbuild/msbuild-command-line-reference?view=vs-2022#switches):
148148
````SH.skip-repl
149-
dotnet build -warnaserror:TKL001,TKL002,TKL003,TKL004,TKL101,TKL102,TKL103,TKL104,TKL105
149+
dotnet build -warnaserror:"TKL001;TKL002;TKL003;TKL004;TKL101;TKL102;TKL103;TKL104;TKL105"
150150
````
151151
152152
## Next Steps

0 commit comments

Comments
 (0)