Skip to content

Commit

Permalink
Update README.md (#5471)
Browse files Browse the repository at this point in the history
- document `$(AdditionalApiCompatOptions)`
  • Loading branch information
lbargaoanu authored May 13, 2020
1 parent 6a19a8a commit f8ae73c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Microsoft.DotNet.ApiCompat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ When API Compat identifies an error it will log the error and fail the build. I
- `$(BaselineAllAPICompatError)` - true to indicate that the baseline file should be rewritten suppressing all API compat errors. You may set this when building the project to conveniently update the baseline when you wish to suppress them, eg: `dotnet msbuild /p:BaselineAllAPICompatError=true`
- `$(MatchingRefApiCompatBaseline)` - same as `$(ApiCompatBaseline)` but for reverse API compat.
- `$(BaselineAllMatchingRefApiCompatError)` - same as `$(BaselineAllAPICompatError)` but for reverse API compat.
- `$(AdditionalApiCompatOptions)` - allows you to pass additional parameters as command line parameters, for example `--exclude-non-browsable`.

0 comments on commit f8ae73c

Please sign in to comment.