Skip to content

Commit 61ef099

Browse files
Patch - 4.38.400 - add 'unix' to PowerShell worker runtimes on Linux (#10935)
* Update version to 4.1038.400 * Add Unix to the kept runtimes for Linux --------- Co-authored-by: Azure Functions Release <[email protected]>
1 parent 65affe4 commit 61ef099

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

eng/build/Workers.Powershell.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<Target Name="RemovePowershellWorkerRuntimes" BeforeTargets="AssignTargetPaths" Condition="'$(RuntimeIdentifier)' != ''">
1010
<ItemGroup>
1111
<_KeepPowerShellRuntime Include="win;win-x86;win10-x86;win-x64;win10-x64" Condition="$(RuntimeIdentifier.StartsWith(win))" />
12-
<_KeepPowerShellRuntime Include="linux;linux-x64" Condition="$(RuntimeIdentifier.StartsWith(linux))" />
12+
<_KeepPowerShellRuntime Include="linux;linux-x64;unix" Condition="$(RuntimeIdentifier.StartsWith(linux))" />
1313
</ItemGroup>
1414

1515
<PropertyGroup>

release_notes.md

+6-8
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
### Release notes
2-
3-
<!-- Please add your release notes in the following format:
4-
- My change description (#PR)
5-
-->
6-
- Update Java Worker Version to [2.18.1](https://github.com/Azure/azure-functions-java-worker/releases/tag/2.18.1)
7-
- Bug fix for platform release channel bundles resolution casing issue and additional logging (#10921)
8-
- Update PowerShell worker to [4.0.4206](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.4206)
1+
### Release notes
2+
3+
<!-- Please add your release notes in the following format:
4+
- My change description (#PR)
5+
-->
6+
- Add 'unix' to the list of runtimes kept when importing PowerShell worker for Linux builds

src/Directory.Version.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<VersionPrefix>4.1038.300</VersionPrefix>
3+
<VersionPrefix>4.1038.400</VersionPrefix>
44
<UpdateBuildNumber>true</UpdateBuildNumber>
55
</PropertyGroup>
66
</Project>

0 commit comments

Comments
 (0)