Skip to content

Commit

Permalink
logging remote build
Browse files Browse the repository at this point in the history
  • Loading branch information
patelchandni committed May 21, 2024
1 parent d6e5d5f commit 37150f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/publishers/oneDeployFlex.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { StateConstant } from "../constants/state";
import { IActionContext } from "../interfaces/IActionContext";
import { AzureResourceError } from "../exceptions";
import { ScmBuildConstant, ScmBuildUtil } from "../constants/scm_build";
import { Logger, Sleeper, Parser } from "../utils";

export class OneDeployFlex {
public static async execute(
Expand All @@ -14,6 +14,7 @@ export class OneDeployFlex {
let isDeploymentSucceeded: boolean = false;

try {
Logger.Info('Will use parameter remote build = ' + remoteBuild.toString());
deploymentId = await context.kuduServiceUtil.deployUsingOneDeployFlex(filePath, remoteBuild.toString(), {
'slotName': context.appService ? context.appService.getSlot() : 'production'
});
Expand Down

0 comments on commit 37150f3

Please sign in to comment.