Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge license-fail-2885 into production #2888

Merged
merged 9 commits into from
Apr 2, 2025
Prev Previous commit
Next Next commit
Make syntax more robust
  • Loading branch information
dimodi authored and dimodi committed Apr 2, 2025
commit 37ab6d4bfefc5b0462b1212c7ee9d75840061dbc
2 changes: 1 addition & 1 deletion deployment/ci-cd-license-key.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ To avoid accidental [license watermarks and notifications on your live site](slu

* [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):
````SH.skip-repl
dotnet build -warnaserror:TKL001,TKL002,TKL003,TKL004,TKL101,TKL102,TKL103,TKL104,TKL105
dotnet build -warnaserror:"TKL001;TKL002;TKL003;TKL004;TKL101;TKL102;TKL103;TKL104;TKL105"
````

## Next Steps
Expand Down