WarningsAsErrors -> TreatWarningsAsErrors (#81508)
authorMichal Strehovský <MichalStrehovsky@users.noreply.github.com>
Wed, 1 Feb 2023 22:54:52 +0000 (07:54 +0900)
committerGitHub <noreply@github.com>
Wed, 1 Feb 2023 22:54:52 +0000 (17:54 -0500)
docs/workflow/README.md

index 7b8c696..7f5d80e 100644 (file)
@@ -90,4 +90,4 @@ And how to measure performance:
 
 ## Warnings as Errors
 
-The repo build treats warnings as errors. Dealing with warnings when you're in the middle of making changes can be annoying (e.g. unused variable that you plan to use later). To disable treating warnings as errors, set the `WarningsAsErrors` environment variable to `false` before building. This variable will be respected by both the `build.sh`/`build.cmd` root build scripts and builds done with `dotnet build` or Visual Studio. Some people may prefer setting this environment variable globally in their machine settings.
+The repo build treats warnings as errors. Dealing with warnings when you're in the middle of making changes can be annoying (e.g. unused variable that you plan to use later). To disable treating warnings as errors, set the `TreatWarningsAsErrors` environment variable to `false` before building. This variable will be respected by both the `build.sh`/`build.cmd` root build scripts and builds done with `dotnet build` or Visual Studio. Some people may prefer setting this environment variable globally in their machine settings.