Skip to content

Commit 7224ca4

Browse files
committed
Merge branch 'main' of https://github.com/Azure/azure-functions-core-tools into aibhandari/pipeline-updates
2 parents 1f01b96 + bb4c949 commit 7224ca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Azure.Functions.ArtifactAssembler/PipelineHelpers/generateMetadataFile.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ $stagingCoreToolsVisualStudio = Join-Path $StagingDirectory "coretools-visualstu
1111
$oopVersion = (Get-ChildItem $stagingCoreToolsCli | Where-Object { $_.Name -match "^Azure\.Functions\.Cli\..*\.(\d+\.\d+\.\d+)$" } | Select-Object -First 1).Name -replace "^Azure\.Functions\.Cli\..*\.(\d+\.\d+\.\d+)$", '$1'
1212

1313
# Get inProc Artifact Version
14-
$inProcVersion = (Get-ChildItem $stagingCoreToolsVisualStudio -Filter "*.zip" | Where-Object { $_.Name -match "^Azure\.Functions\.Cli\.min\.win.*\.(\d+\.\d+\.\d+)\.zip$" } | Select-Object -First 1).Name -replace "^Azure\.Functions\.Cli\.min\.win.*\.(\d+\.\d+\.\d+)\.zip$", '$1'
14+
$inProcVersion = (Get-ChildItem $stagingCoreToolsVisualStudio | Where-Object { $_.Name -match "^Azure\.Functions\.Cli\.min\.win.*\.(\d+\.\d+\.\d+)$" } | Select-Object -First 1).Name -replace "^Azure\.Functions\.Cli\.min\.win.*\.(\d+\.\d+\.\d+)$", '$1'
1515

1616
# Get the current release number from ADO
1717
$releaseNumberFull = $env:RELEASE_RELEASENAME

0 commit comments

Comments
 (0)