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 59530b8 commit a140925Copy full SHA for a140925
azure-pipelines.yml
@@ -171,10 +171,11 @@ 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"
+ $versionNew = $version.Trim()
178
+ echo $versionNew
179
workingDirectory: $(Build.SourcesDirectory)
180
- task: Veracode@3
181
displayName: 'Upload and scan: $(Build.ArtifactStagingDirectory)/StackifyLib.$(version).nupkg'
0 commit comments