Skip to content

Commit 59530b8

Browse files
committed
Trim the version variable
1 parent f5cb1b2 commit 59530b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ steps:
171171
script: |
172172
$xml = [Xml] (Get-Content .\Src\StackifyLib\StackifyLib.csproj)
173173
$version = $xml.Project.PropertyGroup.Version
174+
$version = $version.Trim()
174175
echo $version
175176
echo "##vso[task.setvariable variable=version]$version"
176177
echo "StackifyLib."$version".nupkg"

0 commit comments

Comments
 (0)