Skip to content

Commit 7fc3022

Browse files
committed
merge conflict
1 parent f2c35b8 commit 7fc3022

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/commands/deploy/deploy.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -175,11 +175,7 @@ async function deploy(actionContext: IActionContext, arg1: vscode.Uri | string |
175175
deploymentWarningMessages.length > 0) {
176176
// if there is a warning message, we want to show the deploy confirmation regardless of the setting
177177
const deployCommandId = 'azureFunctions.deploy';
178-
<<<<<<< HEAD
179-
await showDeployConfirmation(context, node.site, deployCommandId, [eolWarningMessage], `https://aka.ms/FunctionsStackUpgrade`);
180-
=======
181-
await showDeployConfirmation(context, node.site, deployCommandId, deploymentWarningMessages);
182-
>>>>>>> 7cf49f7106f327da3058139dc207e0d32e81cce9
178+
await showDeployConfirmation(context, node.site, deployCommandId, deploymentWarningMessages, `https://aka.ms/FunctionsStackUpgrade`);
183179
}
184180

185181
await runPreDeployTask(context, context.effectiveDeployFsPath, siteConfig.scmType);

0 commit comments

Comments
 (0)