I configured an Azure Release Pipeline for my Angular 8 App which copies the compiled app data to $web in an Azure Blob Storage Account. It overrides existing files, which is fine. But some of the compiled files that are created by the Angular compiler are named differently for every compilation. This leads to an increasing amount of obsolete files in $web.
The AzureBlob File Copy task does not offer an option to initially clear/clean up $web.
How can I achieve the initial cleanup of $web?
