Skip to content

Commit 9aa1377

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ steps:
174174
echo $version
175175
echo "##vso[task.setvariable variable=version]$version"
176176
echo "StackifyLib."$version".nupkg"
177-
$versionNew = $version.Trim()
177+
$versionNew = ($xml.Project.PropertyGroup.Version).Trim()
178178
echo $versionNew
179179
workingDirectory: $(Build.SourcesDirectory)
180180
- task: Veracode@3

0 commit comments

Comments
 (0)