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 f5cb1b2 commit 59530b8Copy full SHA for 59530b8
azure-pipelines.yml
@@ -171,6 +171,7 @@ steps:
171
script: |
172
$xml = [Xml] (Get-Content .\Src\StackifyLib\StackifyLib.csproj)
173
$version = $xml.Project.PropertyGroup.Version
174
+ $version = $version.Trim()
175
echo $version
176
echo "##vso[task.setvariable variable=version]$version"
177
echo "StackifyLib."$version".nupkg"
0 commit comments