File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/Nerdbank.GitVersioning.NuGet Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7676 <Target Name =" GetNuPkgVersion" DependsOnTargets =" GetBuildVersion" >
7777 <PropertyGroup >
7878 <Version >$(NuGetPackageVersion)</Version >
79- <NuSpecProperties >$(NuGetProperties );GitCommitIdShort=$(GitCommitIdShort)</NuSpecProperties >
79+ <NuSpecProperties >$(NuSpecProperties );GitCommitIdShort=$(GitCommitIdShort)</NuSpecProperties >
8080 </PropertyGroup >
8181 </Target >
8282 <Target Name =" ExpandForNpmPackage"
Original file line number Diff line number Diff line change 154154 Returns =" $(NuGetPackageVersion)" >
155155 <PropertyGroup >
156156 <Version >$(NuGetPackageVersion)</Version >
157- <NuSpecProperties >$(NuGetProperties);GitCommitIdShort=$(GitCommitIdShort)</NuSpecProperties >
157+ <NuSpecProperties >$(NuSpecProperties);$( NuGetProperties);GitCommitIdShort=$(GitCommitIdShort)</NuSpecProperties >
158158 </PropertyGroup >
159159 </Target >
160160</Project >
You can’t perform that action at this time.
0 commit comments