Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Commit f1d9cd4

Browse files
committed
Update to latest Azure Functions Host (4.27.1)
1 parent 240d320 commit f1d9cd4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

deploy/build-host.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ param (
1111
Import-Module (Join-Path $PSScriptRoot "scripts/NuGet.Insights.psm1")
1212
$RuntimeIdentifier = Get-DefaultRuntimeIdentifier $RuntimeIdentifier
1313

14-
$hostVersion = "4.3.0"
14+
$hostVersion = "4.27.1"
1515

1616
$artifactsDir = [System.IO.Path]::GetFullPath((Join-Path $PSScriptRoot "../artifacts/azure-functions"))
1717
$hostSrcUrl = "https://github.com/Azure/azure-functions-host/archive/v$hostVersion.zip"
@@ -78,7 +78,7 @@ Write-Host "Resetting repository level settings"
7878

7979
Write-Host "Publishing host"
8080
dotnet restore $hostProjectPath --verbosity Normal
81-
dotnet publish $hostProjectPath -c Release --output $hostBinDir --runtime $RuntimeIdentifier --self-contained false
81+
dotnet publish $hostProjectPath -c Release --output $hostBinDir --runtime $RuntimeIdentifier --self-contained false /p:NoWarn=SA1518
8282

8383
# Delete all out-of-process (non-.NET) workers to make the package smaller.
8484
Remove-DirSafe (Join-Path $hostBinDir "workers/*")

0 commit comments

Comments
 (0)