Azure / azure-functions-vs-build-sdk

MSBuild task for Azure Functions
MIT License
96 stars 62 forks source link

Enabling multiple TFMs / tooling suffixes #632

Closed mattchenderson closed 2 months ago

mattchenderson commented 2 months ago

Updates to support .NET 8 builds in the future, in alignment with upcoming tooling feed changes.

This takes inspiration from what's done in the isolated worker mode. However, note that the conditions here are just based on TFM. This will override AzureFunctionsVersion, which should be perfectly fine here.

mattchenderson commented 2 months ago

Since I'm the original author of the PR, I am unable to approve, but the current state looks good to me. Let's go ahead and get this in.

soninaren commented 2 months ago

Since I'm the original author of the PR, I am unable to approve, but the current state looks good to me. Let's go ahead and get this in.

Since i am not the original author i can approve.