We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49da7ff commit 7aded0aCopy full SHA for 7aded0a
src/Microsoft.CodeAnalysis.NetAnalyzers/src/Microsoft.CodeAnalysis.NetAnalyzers.Package.csproj
@@ -82,7 +82,9 @@
82
83
<!-- Validate offline in .NET product build mode. -->
84
<_ValidateOffline Condition="'$(DotNetBuild)' == 'true'">true</_ValidateOffline>
85
- <_ValidateOffline Condition="'$(_ValidateOffline)' == ''">false</_ValidateOffline>
+
86
+ <!-- AuthenticationException: The remote certificate is invalid because of errors in the certificate chain: RevocationStatusUnknown -->
87
+ <_ValidateOffline Condition="'$(_ValidateOffline)' == ''">true</_ValidateOffline>
88
89
<_GenerateDocumentationAndConfigFilesPath>%(_GenerateDocumentationAndConfigFilesPath.Identity)</_GenerateDocumentationAndConfigFilesPath>
90
</PropertyGroup>
0 commit comments