File tree 3 files changed +8
-10
lines changed
3 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 9
9
<Target Name =" RemovePowershellWorkerRuntimes" BeforeTargets =" AssignTargetPaths" Condition =" '$(RuntimeIdentifier)' != ''" >
10
10
<ItemGroup >
11
11
<_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))" />
13
13
</ItemGroup >
14
14
15
15
<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 1
1
<Project >
2
2
<PropertyGroup >
3
- <VersionPrefix >4.1038.300 </VersionPrefix >
3
+ <VersionPrefix >4.1038.400 </VersionPrefix >
4
4
<UpdateBuildNumber >true</UpdateBuildNumber >
5
5
</PropertyGroup >
6
6
</Project >
You can’t perform that action at this time.
0 commit comments