Commit a1c7a47
committed
dotnet-build: disable audit using an environment variable
aspnetcore build invokes MSBuild twice, the first time to build
repotasks. It's not possible to customize that command line, in
particular, we can't suppress package audit. It makes the build die
with "Package 'System.Formats.Asn1' 8.0.0 has a known high severity
vulnerability", which we can't do anything about downstream.
So disable audit using an environment variable, which will apply to
all MSBuild invocations. Do this for all projects, since a similar
issue exists for SDK.
Signed-off-by: Ilya Leoshkevich <[email protected]>1 parent 4f46b58 commit a1c7a47
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | | - | |
209 | 208 | | |
210 | 209 | | |
211 | 210 | | |
| |||
268 | 267 | | |
269 | 268 | | |
270 | 269 | | |
| 270 | + | |
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
0 commit comments