File tree Expand file tree Collapse file tree 3 files changed +8
-10
lines changed
Expand file tree Collapse file tree 3 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
3- <VersionPrefix >4.1038.300 </VersionPrefix >
3+ <VersionPrefix >4.1038.400 </VersionPrefix >
44 <UpdateBuildNumber >true</UpdateBuildNumber >
55 </PropertyGroup >
66</Project >
You can’t perform that action at this time.
0 commit comments