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 9aa1377 commit a4ff9e9Copy full SHA for a4ff9e9
azure-pipelines.yml
@@ -172,10 +172,9 @@ steps:
172
$xml = [Xml] (Get-Content .\Src\StackifyLib\StackifyLib.csproj)
173
$version = $xml.Project.PropertyGroup.Version
174
echo $version
175
+ $version = "$version".Trim()
176
echo "##vso[task.setvariable variable=version]$version"
177
echo "StackifyLib."$version".nupkg"
- $versionNew = ($xml.Project.PropertyGroup.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