From c0f5d821bf5560749955b9bafa56bc82e5c5406f Mon Sep 17 00:00:00 2001 From: Nigusu Solomon Yenework <59111203+Nigusu-Allehu@users.noreply.github.com> Date: Thu, 9 Oct 2025 15:58:03 -0700 Subject: [PATCH] Add NUGET_DISABLE_PACKAGEID_VALIDATION variable --- docs/reference/cli-reference/cli-ref-environment-variables.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/reference/cli-reference/cli-ref-environment-variables.md b/docs/reference/cli-reference/cli-ref-environment-variables.md index e0c993671..5aaef69cd 100644 --- a/docs/reference/cli-reference/cli-ref-environment-variables.md +++ b/docs/reference/cli-reference/cli-ref-environment-variables.md @@ -38,4 +38,5 @@ The list of properties documented in [NuGet pack and restore as MSBuild targets] | NUGET_CERT_REVOCATION_MODE | Determines how the revocation status check of the certificate used to sign a package, is performed when a signed package is installed or restored. When not set, defaults to `online`.| Possible values *online* (default), *offline*. Related to [NU3028](../errors-and-warnings/NU3028.md) | | NUGET_ENHANCED_MAX_NETWORK_TRY_COUNT | Configures the maximum number of times an HTTP connection should be retried when enhanced retries are enabled. | A number representing how many retries to perform, the default value is `6`. | | NUGET_ENHANCED_NETWORK_RETRY_DELAY_MILLISECONDS | Configures the amount of time to wait in milliseconds before retrying an HTTP connection when enhanced retries are enabled. | Number of millseconds to wait, the default value is `1000`. | +| NUGET_DISABLE_PACKAGEID_VALIDATION | Allows NuGet to bypass validation checks for package IDs. | Set to true to disable package ID validation. The default value is false. |