microsoft/azure-pipelines-extensions

Windows Server 2022 is totally broken trying to add a binding

jiggybyte opened this issue · 4 comments

The hard coded lines used in the $result.Get(X) are broken in Windows Server 2022, and have been for several months now. This is a pretty big deal, considering the push in Azure to use the latest images. No attention to this issue from the authors, it's a five minute fix.

+1 preventing to migrate to Server 2022. No more workarounds.

Hi @jabteles,
The mentioned issue has been fixed in this PR #1220
Could you please use the IISWebAppManagementV3 version of the task and test if it is working fine?

Hi @jabteles, The mentioned issue has been fixed in this PR #1220 Could you please use the IISWebAppManagementV3 version of the task and test if it is working fine?

I updated the extension on my Azure DevOps and still get the same error. I've confirmed it is using correct version (3.2.0)

@jabteles Could you please add the variable 'system.debug' to true share the debugged logs of the pipeline?