Azure / azure-functions-vs-build-sdk

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

Fixing deployment status response parsing #557

Closed fabiocav closed 2 years ago

fabiocav commented 2 years ago

Resolves #556

This change is in response to a change in the API payload that broke the assumption made in the original implementation. The actual change was the introduction of a new build_summary property that carried a JSON object instead of a simple string value, causing a deserialization exception in the updated code path.

vijayrkn commented 2 years ago

@fabiocav - I am assuming you will cherry-pick to the v3.0 branch as well right?

fabiocav commented 2 years ago

ill cherry-pick to the v3.0 branch as well

@vijayrkn yes. Wanted to go through the review here first and once settled/approved, cherry pick to 3.0. Will go ahead and do that now.

kshyju commented 2 years ago

Microsoft.NET.Sdk.Functions version 4.1.1 is live in nuget gallery now.