vscode-azureappservice icon indicating copy to clipboard operation
vscode-azureappservice copied to clipboard

dotnet publish-release

Open gmcfrear opened this issue 1 year ago • 1 comments
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

gmcfrear avatar Apr 09 '24 14:04 gmcfrear