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 default params for MSDEPLOY #6527

Merged
merged 12 commits into from
Mar 5, 2018

Conversation

vincent1173
Copy link
Contributor

No description provided.

@@ -0,0 +1,112 @@
var msdeployUtility = require('webdeployment-common/msdeployutility.js');
/*getMSDeployCmdArgs(webAppPackage: string, webAppName: string, publishingProfile,
Copy link

Choose a reason for hiding this comment

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

Remove commented code

Copy link
Contributor Author

Choose a reason for hiding this comment

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

removed.

}

additionalArguments = !!(additionalArguments) ? additionalArguments : ' ';
Copy link
Member

Choose a reason for hiding this comment

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

Instead of all these, why can't we just add the default values in the task.json for "additionalArguments" input? The task code will handle them as just another additional arguments input. This will be transparent as user know the values with which msdeploy is being run. User has flexibility to update the default values if required.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated the value based on the discussion.

@vincent1173 vincent1173 merged commit c3551bf into master Mar 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: AzureAppService Label to monitor Azure App Service issues Area: Release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants