vscode-azureappservice
vscode-azureappservice copied to clipboard
dotnet publish-release
trafficstars
Ref: https://github.com/microsoft/vscode-azureappservice/issues/1360#issue-551168114
I had the same experience.
appService.preDeployTask": "publish-release", was incorrect. I changed it to appService.preDeployTask": "publish", and it worked as expected.
This is in .vscode > settings.json