vscode-azureappservice
vscode-azureappservice copied to clipboard
There is an extra folder "_del_node_modules" after swapping new slot with production
trafficstars
OS: Mac Build Version: 20200530.6
Repro Steps:
- Create new web app (advanced) with Linux OS and nodejs12.
- Open "nodejs-docs-hello-world-master" project in VS Code.
- Deploy.
- Create new deployment slot.
- Swap new deployment slot with production.
- Check the result.
Expect: There is no extra file/folder after swapping new slot with production.
Actual:
The new deployment slot file has one extra folder with name "_del_node_modules".

@fiveisprime said the app service team will look into this