Azure / azure-functions-vs-build-sdk

MSBuild task for Azure Functions
MIT License
98 stars 65 forks source link

[Build]Switching from EsrpCodeSigning@1 to EsrpCodeSigning@2 #626

Closed kshyju closed 8 months ago

kshyju commented 8 months ago

Currently the codesigning task is failing as it requires 'Microsoft.NETCore.App', version '2.1.0 framework and looks like the agents does not have that anymore. To fix this we are switching from EsrpCodeSigning@1 to EsrpCodeSigning@2 which apparently relies on a newer version of the framework which exists in these agents.

Sample run using this PR branch - Code signing step does not fail- https://azfunc.visualstudio.com/Azure%20Functions/_build/results?buildId=160326&view=results