Skip to content

Instantly share code, notes, and snippets.

@BasLijten
Created April 11, 2018 13:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BasLijten/9e440b73cf0f66a4860a98fa6a726e8e to your computer and use it in GitHub Desktop.
Save BasLijten/9e440b73cf0f66a4860a98fa6a726e8e to your computer and use it in GitHub Desktop.
is webdeploy package
var isParamFilePresentInPackage = isFolderBasedDeployment ? false : await utility.isMSDeployPackage(webDeployPkg);
var msDeployCmdArgs = msDeployUtility.getMSDeployCmdArgs(webDeployPkg, webAppName, publishingProfile, removeAdditionalFilesFlag,
excludeFilesFromAppDataFlag, takeAppOfflineFlag, virtualApplication, setParametersFileName, additionalArguments, isParamFilePresentInPackage, isFolderBasedDeployment,
useWebDeploy);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment