Skip to content

Commit 84f8ffe

Browse files
committed
build: Include signed nuspec when bumping versions
1 parent 3ad609f commit 84f8ffe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Build/nuget-version.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,13 +139,13 @@
139139
}
140140

141141

142-
$nuspecPaths = "UnitsNet.nuspec", "UnitsNet.WindowsRuntimeComponent.nuspec"
142+
$nuspecPaths = "UnitsNet.nuspec", "UnitsNet.Signed.nuspec", "UnitsNet.WindowsRuntimeComponent.nuspec"
143143
$newSemVer = $null
144144
foreach ($path in $nuspecPaths) {
145145
$newSemVer = Update-NuspecFile $path
146146
}
147147

148-
git add UnitsNet.nuspec UnitsNet.WindowsRuntimeComponent.nuspec
148+
git add UnitsNet.nuspec UnitsNet.Signed.nuspec UnitsNet.WindowsRuntimeComponent.nuspec
149149
git commit -m "UnitsNet: $newSemVer"
150150
git tag -a $newSemVer -m "$newSemVer" -m "TODO List changes here"
151151

0 commit comments

Comments
 (0)