I'm trying to create a CI/CT pipeline for my project. All the steps got completed successfully including Publish Build Artifacts
but unfortunately I get an error during azure webapp deployment
Azure publish Step
Publish Artifact: Drop
Azure App Service Deploy: XXXX Server
I get following error in this step
Error: No package found with specified pattern: D:\a\1\a\Drop\xxx.xx.UI.API.zip
Any idea what I am doing wrong?