Skip to content

Commit 87480dd

Browse files
committed
test
1 parent 70c0430 commit 87480dd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lib/DeploymentProvider/Providers/BaseWebAppDeploymentProvider.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ class BaseWebAppDeploymentProvider {
9191
this.kuduServiceUtility = new KuduServiceUtility_1.KuduServiceUtility(this.kuduService);
9292
this.applicationURL = yield this.appServiceUtility.getApplicationURL();
9393
let config = yield this.appService.getConfiguration();
94+
core.info(`LinuxFxVersion of app is: ${config.properties.linuxFxVersion}`);
9495
core.info(`App Service Configuration: ${JSON.stringify(config)}`);
9596
});
9697
}

src/DeploymentProvider/Providers/BaseWebAppDeploymentProvider.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ export abstract class BaseWebAppDeploymentProvider implements IWebAppDeploymentP
6767
this.applicationURL = await this.appServiceUtility.getApplicationURL();
6868

6969
let config = await this.appService.getConfiguration();
70+
core.info(`LinuxFxVersion of app is: ${config.properties.linuxFxVersion}`);
7071
core.info(`App Service Configuration: ${JSON.stringify(config)}`);
7172
}
7273

0 commit comments

Comments
 (0)