Skip to content

Commit a140925

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 59530b8 commit a140925

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,11 @@ steps:
171171
script: |
172172
$xml = [Xml] (Get-Content .\Src\StackifyLib\StackifyLib.csproj)
173173
$version = $xml.Project.PropertyGroup.Version
174-
$version = $version.Trim()
175174
echo $version
176175
echo "##vso[task.setvariable variable=version]$version"
177176
echo "StackifyLib."$version".nupkg"
177+
$versionNew = $version.Trim()
178+
echo $versionNew
178179
workingDirectory: $(Build.SourcesDirectory)
179180
- task: Veracode@3
180181
displayName: 'Upload and scan: $(Build.ArtifactStagingDirectory)/StackifyLib.$(version).nupkg'

0 commit comments

Comments
 (0)