I'm attempting to deploy a project to an Azure AppService using Azure DevOps.
I created the project via the .NET Core 3 angular template using dotnet new angular -o projectname.
When deploying to azure, I'm able to hit the APIs, but i get a 404 on the root. The webpage isn't loading.
I went into the Azure AppService editor to look at the deployed files. While the angular app is being built and published in the pipeline (and those assets make it into the zip file), those files are NOT being deployed to the app service in the release.
I attempted to use unzip in the kudu console to force the files in, but i get this error:

Any insight into this / suggestions?
Thanks.

