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 2039267 commit 329773aCopy full SHA for 329773a
src/Nerdbank.GitVersioning.NuGet/build/NerdBank.GitVersioning.targets
@@ -43,7 +43,7 @@
43
<_NBGV_BuildingRef>$(_NBGV_BuildingTag)</_NBGV_BuildingRef>
44
<_NBGV_BuildingRef Condition=" '$(_NBGV_BuildingRef)' == '' ">$(_NBGV_BuildingBranch)</_NBGV_BuildingRef>
45
</PropertyGroup>
46
- <PropertyGroup Condition=" '$(NBGV_DoNotEmitNonVersionCustomAttributes)' != 'true' ">
+ <PropertyGroup Condition=" '$(NBGV_EmitNonVersionCustomAttributes)' == 'true' ">
47
<_NBGV_AssemblyTitle>$(AssemblyTitle)</_NBGV_AssemblyTitle>
48
<_NBGV_AssemblyProduct>$(AssemblyProduct)</_NBGV_AssemblyProduct>
49
<_NBGV_AssemblyCopyright>$(AssemblyCopyright)</_NBGV_AssemblyCopyright>
0 commit comments