From e19c23da270bee34dc1261c12dbe5359442fdc6e Mon Sep 17 00:00:00 2001 From: glopesdev Date: Tue, 3 Dec 2024 22:36:01 +0000 Subject: [PATCH] Disable nuget audit to unblock deployment --- docfx.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docfx.json b/docfx.json index abb24822..84f74655 100644 --- a/docfx.json +++ b/docfx.json @@ -20,7 +20,10 @@ "dest": "api", "filter": "filter.yml", "disableGitFeatures": false, - "disableDefaultFilter": false + "disableDefaultFilter": false, + "properties": { + "NuGetAudit": "false" + } } ], "build": {