Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdd477bb

Browse files
authored
Allow two-digit revisions invPack package validation pattern (#18392)
1 parent6c4f27e commitdd477bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎tools/releaseBuild/azureDevOps/templates/vpackReleaseJob.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
6060
-pwsh:|
6161
Get-ChildItem $(System.ArtifactsDirectory)\* -recurse -include *.zip, *.msi | ForEach-Object {
62-
if($_.Name -match 'PowerShell-\d\.\d\.\d\-([a-z]*.\d+\-)?win\-(${{ parameters.architecture }})\.(zip){1}')
62+
if($_.Name -match 'PowerShell-\d+\.\d+\.\d+\-([a-z]*.\d+\-)?win\-(${{ parameters.architecture }})\.(zip){1}')
6363
{
6464
$destDir = "$(System.ArtifactsDirectory)\vpack${{ parameters.architecture }}"
6565
$null = new-item -ItemType Directory -Path $destDir

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp