-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update webdeployment-common package [Part 2] #20073
Update webdeployment-common package [Part 2] #20073
Conversation
We're starting to see widespread issues with the AzureWebAppContainer@1 task, starting with version 1.242.0 (which appears to be created as of this PR). The error states:
Version 1.241.0 works fine. I'm still verifying if we can statically use v1.243.x in Azure DevOps Services, which hopefully may resolve the problem. |
Hi @juss-wes |
Here are 2 executions - one that worked (with the old version) and the other that failed (with the new). I've obfuscated specific internal information with [DESCRIPTION] in many locations within the files, but should give you the insight you need still. |
Hi @juss-wes |
That's great, thank you! |
Is there way to force to use the earlier version with AzureRmWebAppDeploymentV4 via YAML? Co-polit suggested to use version, however that didn't work. |
Hi @yuhungchun, I think you can specify the full task version, for example like this: |
@v-schhabra can you share the PR with that fix here? |
Task names:
Description: Updated webdeployment-common package to include this change: microsoft/azure-pipelines-tasks-common-packages#334
Documentation changes required: N
Added unit tests: N
Attached related issue: AB#2187393
Checklist: