I'm starting on Azure Devops.
With Azure Devops, how can I delete some files after the solution build and before generate a zip file, but all this in the same step?
In the image step, do the solution build and generate a zip with the package, ready to deploy, but I need delete some files inside this zip file.
MSBuild process print screen with arguments:

Zip file with all files to be deployed in the server and the zip that I need delete some files:

Maybe I will need unzip the package, delete the files and zip the package?