Skip to content

Commit

Permalink
Show output channel for local git deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ejizba committed Dec 11, 2017
1 parent d74e01c commit 93fdd25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appservice/src/SiteWrapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,8 @@ export class SiteWrapper {
throw err;
}
}

outputChannel.show();
this.log(outputChannel, (localize('localGitDeploy', `Deploying Local Git repository to "${this.appName}"...`)));
await this.waitForDeploymentToComplete(kuduClient, outputChannel);
this.log(outputChannel, localize('deployComplete', 'Deployment completed.'));
Expand Down

0 comments on commit 93fdd25

Please sign in to comment.