Merge pull request #1707 from microsoft/bugfix-eval-template
Fix bug: error occurs when evaluate template this.config.getAppName
This commit is contained in:
Коммит
6b4d346343
|
@ -43,7 +43,7 @@ public class DeployWebAppTask extends AzureTask<IWebApp> {
|
|||
}
|
||||
|
||||
@Override
|
||||
@AzureOperation(name = "webapp.deploy", params = {"this.config.getAppName()"}, type = AzureOperation.Type.SERVICE)
|
||||
@AzureOperation(name = "webapp.deploy", params = {"this.webApp.entity().getName()"}, type = AzureOperation.Type.SERVICE)
|
||||
public IWebApp execute() {
|
||||
if (webApp.getRuntime().isDocker()) {
|
||||
AzureMessager.getMessager().info(AzureString.format(SKIP_DEPLOYMENT_FOR_DOCKER_APP_SERVICE, "https://" + webApp.hostName()));
|
||||
|
|
Загрузка…
Ссылка в новой задаче