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 e63a241 commit 0408f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/publishers/oneDeployFlex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export class OneDeployFlex {
let isDeploymentSucceeded: boolean = false;

try {
Logger.Info('Will use parameter remote build = ' + remoteBuild.toString());
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 0408f97

Please sign in to comment.