You state:
Additional Web Deploy arguments that will be applied when deploying the Azure Web App like,-disableLink:AppPoolExtension -disableLink:ContentExtension
but where is the complete list??
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
@pkzOR - the task relies on -verb:sync to synchronize the destination with the source. You can use the MSDeploy.exe options that are supported with sync on an application site.
For example,
PS C:\Program Files (x86)\IIS\Microsoft Web Deploy V3> .msdeploy.exe /?
Microsoft (R) Web Deployment Command Line Tool (MSDeploy.exe)
Version 7.1.1992.0
Copyright (c) Microsoft Corporation. All rights reserved.
MSDeploy.exe <-verb:
-verb:
-source:
-dest:
-declareParam:
-setParam:
-disableLink:
-enableLink:
-disableRule:
-enableRule:
...
Is it possible to disable to deployment of config file and keep the one on the server by using these Additional Web Deploy arguments ?