diff --git a/build/ci/variables.yml b/build/ci/variables.yml index 7b12feedb..2c5553a4c 100644 --- a/build/ci/variables.yml +++ b/build/ci/variables.yml @@ -8,6 +8,7 @@ variables: configuration: Release # Build configuration: 'Debug', 'Release' verbosity: 'normal' # Build verbosity: 'minimal', 'normal', 'diagnostic' DOTNET_SYSTEM_NET_SECURITY_NOREVOCATIONCHECKBYDEFAULT: true + NUGET_CERT_REVOCATION_MODE: offline DOTNET_CLI_WORKLOAD_UPDATE_NOTIFY_DISABLE: true DOTNET_SDK_VULNERABILITY_CHECK_DISABLE: true NuGetAudit: false