[jira] [Created] (IGNITE-12481) .NET: NuGet verification script does not handle multi-digit version parts

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-12481) .NET: NuGet verification script does not handle multi-digit version parts

Anton Vinogradov (Jira)
Pavel Tupitsyn created IGNITE-12481:
---------------------------------------

             Summary: .NET: NuGet verification script does not handle multi-digit version parts
                 Key: IGNITE-12481
                 URL: https://issues.apache.org/jira/browse/IGNITE-12481
             Project: Ignite
          Issue Type: Bug
          Components: platforms
    Affects Versions: 2.9
            Reporter: Pavel Tupitsyn
            Assignee: Pavel Tupitsyn
             Fix For: 2.9


The following regex in verify-nuget.ps1 does not support multi-digit versions like 8.7.99

{code}
$packageId = $_.Name -replace '(.*?)\.\d\.\d\.\d\.nupkg', '$1'
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)