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 ae1df3a commit 3caa8c9Copy full SHA for 3caa8c9
azure-pipelines/variables/InsertConfigValues.ps1
@@ -3,7 +3,7 @@ $InsertedPkgs = (& "$PSScriptRoot\..\artifacts\VSInsertion.ps1" -SbomNotRequired
3
$icv=@()
4
foreach ($kvp in $InsertedPkgs.GetEnumerator()) {
5
$kvp.Value |% {
6
- if ($_.Name -match "^(.*)\.(\d+\.\d+\.\d+(?:-.*?)?)(?:\.symbols)?\.nupkg$") {
+ if ($_.Name -match "^(.*?)\.(\d+\.\d+\.\d+(?:\.\d+)?(?:-.*?)?)(?:\.symbols)?\.nupkg$") {
7
$id = $Matches[1]
8
$version = $Matches[2]
9
$icv += "$id=$version"
0 commit comments