Skip to content
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

Add second msdeploy instance in AzureRmWebAppDeploymentV3 #13567

Merged
merged 3 commits into from
Sep 21, 2020

Conversation

damccorm
Copy link

Task name: AzureRmWebAppDeploymentV3

Description: This change copies the MSDeploy executable into the webdeployment-common folder. This introduces 2 instances of this executable, which is apparently what we previously had - the owning team should follow up with a pr to fix that since this is definitely redundant.

Documentation changes required: N

Added unit tests: N

Attached related issue: Y - Fixes #13566

Checklist:

  • Task version was bumped - please check instruction how to do it
  • Checked that applied changes work as expected

"archiveName": "MSDeploy.zip",
"url": "https://vstsagenttools.blob.core.windows.net/tools/MSDeploy/3.6/MSDeploy.zip",
"dest": "./webdeployment-common/"
},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did not get your description. Why we need above line here where destination is ./ , it will be under webdeployment-common folder only, right ?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's what we had before my change broke this. So I assume there are instances of the task relying on MSDeploy being in the root folder as well as in webdeployment-common

Copy link
Contributor

@20shivangi 20shivangi Sep 18, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay, we can go with this for now then to unblock customer

@20shivangi
Copy link
Contributor

@aksm-ms Please you also review this PR since you have more context of this task.

@damccorm damccorm merged commit cc7fa46 into master Sep 21, 2020
@damccorm damccorm deleted the users/damccorm/fix-task branch September 21, 2020 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

azureremwebappdeploymentv3 broken after 3.175.2 update
2 participants