vscode-azureappservice
vscode-azureappservice copied to clipboard
[Bug] Azure Web App Deploy Failed Path Not Found (on Ubuntu 22.04 LTS)
trafficstars
Hello, I got errors when want to deploy sample project https://microsoftlearning.github.io/APL-2002-develop-aspnet-core-consumes-api/Instructions/Labs/01-interact-with-an-api.html, I don't think it's because wrong path, but because the path that got from the function is hardcoded in Windows way of handling path rather than Linux
I tried on Windows 10 and it's working as it should be, is there any config that I can change in order to make it work on Linux?
Thank you