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 5344d82 commit 4365015Copy full SHA for 4365015
src/Nerdbank.GitVersioning.NuGet/Nerdbank.GitVersioning.NuGet.nuproj
@@ -76,7 +76,7 @@
76
<Target Name="GetNuPkgVersion" DependsOnTargets="GetBuildVersion">
77
<PropertyGroup>
78
<Version>$(NuGetPackageVersion)</Version>
79
- <NuSpecProperties>$(NuSpecProperties);$(NuGetProperties);GitCommitIdShort=$(GitCommitIdShort)</NuSpecProperties>
+ <NuSpecProperties>$(NuSpecProperties);GitCommitIdShort=$(GitCommitIdShort)</NuSpecProperties>
80
</PropertyGroup>
81
</Target>
82
<Target Name="ExpandForNpmPackage"
0 commit comments