microsoft / vscode-azureappservice

Azure App Service extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azureappservice
MIT License
111 stars 94 forks source link

`SCM_DO_BUILD_DURING_DEPLOYMENT` optimization prompt not showing up #2355

Open MicroFish91 opened 1 year ago

MicroFish91 commented 1 year ago

Under P0 deployment tests related to the SCM_DO_BUILD_DURING_DEPLOYMENT option...

Deploy code from current workspace for the first time to this setup:

Expected: The following prompt will come up to help configure for faster deployment when deploying the project for the first time:

image

Actual: The prompt doesn't show up.

alexweininger commented 1 year ago

I'd like to know if this is reproducing in the current released extension.

MicroFish91 commented 1 year ago

It is also reproducing on the current release for me.