Skip to content

Commit 1db4306

Browse files
andrewlockddyurchenko
authored andcommitted
Add AWS Lamda testing for .NET 9 (#6779)
## Summary of changes Add testing for .NET 9 ## Reason for change We don't currently test on .NET 9... we should 😄 ## Implementation details Added an extra dimension ## Test coverage A bit more now ## Other details I have a sneaking suspicion we _don't_ currently test on ARM64, and we obviously should...
1 parent fbf8aa1 commit 1db4306

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.azure-pipelines/ultimate-pipeline.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2587,6 +2587,9 @@ stages:
25872587
net8:
25882588
publishTargetFramework: "net8.0"
25892589
lambdaBaseImage: "public.ecr.aws/lambda/dotnet:8"
2590+
net9:
2591+
publishTargetFramework: "net9.0"
2592+
lambdaBaseImage: "public.ecr.aws/lambda/dotnet:9"
25902593
pool:
25912594
name: azure-linux-scale-set
25922595

0 commit comments

Comments
 (0)