mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-15 09:35:37 -05:00
Make publish to docker settings properties required (#19898)
* Make publish to docker settings properties required * move
This commit is contained in:
@@ -92,10 +92,6 @@ export class DeployService {
|
||||
|
||||
public async deployToContainer(profile: IPublishToDockerSettings, project: Project): Promise<string | undefined> {
|
||||
return await this.executeTask(constants.deployDbTaskName, async () => {
|
||||
if (!profile.dockerSettings) {
|
||||
return undefined;
|
||||
}
|
||||
|
||||
await this.verifyDocker();
|
||||
this.logToOutput(constants.dockerImageMessage);
|
||||
this.logToOutput(profile.dockerSettings.dockerBaseImage);
|
||||
|
||||
Reference in New Issue
Block a user