File tree Expand file tree Collapse file tree 6 files changed +8
-7
lines changed
ci/templates/official/jobs
test/WebJobs.Script.Tests Expand file tree Collapse file tree 6 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<ItemGroup >
4
4
<!-- Python worker does not ship with the host for windows. -->
5
- <PackageReference Include =" Microsoft.Azure.Functions.PythonWorker" Version =" 4.40.1 " Condition =" !$(RuntimeIdentifier.StartsWith('win'))" />
5
+ <PackageReference Include =" Microsoft.Azure.Functions.PythonWorker" Version =" 4.40.2 " Condition =" !$(RuntimeIdentifier.StartsWith('win'))" />
6
6
</ItemGroup >
7
7
8
8
</Project >
Original file line number Diff line number Diff line change 17
17
18
18
- task : UseNode@1
19
19
inputs :
20
- version : 14 .x
20
+ version : 22 .x
21
21
22
22
- task : UsePythonVersion@0
23
23
inputs :
Original file line number Diff line number Diff line change 15
15
16
16
- task : UseNode@1
17
17
inputs :
18
- version : 14 .x
18
+ version : 22 .x
19
19
20
20
- task : JavaToolInstaller@0
21
21
inputs :
Original file line number Diff line number Diff line change 3
3
<!-- Please add your release notes in the following format:
4
4
- My change description (#PR)
5
5
-->
6
- - Update Python Worker Version to [ 4.40.1] ( https://github.com/Azure/azure-functions-python-worker/releases/tag/4.40.1 )
6
+ -->
7
+ - Update Python Worker Version to [ 4.40.2] ( https://github.com/Azure/azure-functions-python-worker/releases/tag/4.40.2 )
7
8
- Add JitTrace Files for v4.1044
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
- <VersionPrefix >4.1044.200 </VersionPrefix >
3
+ <VersionPrefix >4.1044.300 </VersionPrefix >
4
4
<UpdateBuildNumber >true</UpdateBuildNumber >
5
5
</PropertyGroup >
6
6
</Project >
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >net8.0</TargetFramework >
26
26
<PackageReference Include =" Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel" Version =" 2.22.0" />
27
27
<PackageReference Include =" Microsoft.AspNetCore.TestHost" Version =" 8.0.0" />
28
28
<PackageReference Include =" Microsoft.Extensions.Diagnostics.Testing" Version =" 8.1.0" />
29
- <PackageReference Include =" Microsoft.Azure.Functions.PythonWorker" Version =" 4.40.1 " />
29
+ <PackageReference Include =" Microsoft.Azure.Functions.PythonWorker" Version =" 4.40.2 " />
30
30
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.9.4" />
31
31
<PackageReference Include =" Moq" Version =" 4.18.4" />
32
32
<PackageReference Include =" StyleCop.Analyzers" Version =" 1.2.0-beta.556" PrivateAssets =" all" />
You can’t perform that action at this time.
0 commit comments