You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<UseIntellisenseDocumentationFileCondition="'$(UseIntellisenseDocumentationFile)' == '' and Exists('$(LibIntellisenseDocumentationFilePath)')">true</UseIntellisenseDocumentationFile>
Condition="'$(PreReleaseVersionLabel)' == 'servicing' and '$(DotNetBuildFromSource)' != 'true'"
283
287
AfterTargets="GenerateNuspec">
284
288
<ErrorCondition="'$(ServicingVersion)' == '0'"Text="ServicingVersion is set to 0 and it should be an increment of the patch version from the last released package." />
0 commit comments