0
votes

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

Build Pipeline enter image description here

Azure publish Step

enter image description here

Publish Artifact: Drop

enter image description here

Azure App Service Deploy: XXXX Server

enter image description here

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?

2
Remove the "Drop" from the Package or folder path in the Azure App Service Deploy task.Shayki Abramczyk
This solution worked.Abhishek
Great :) I added it also as answer.Shayki Abramczyk

2 Answers

2
votes

Remove the "Drop" from the "Package or folder" path in the Azure App Service Deploy task.

0
votes

Create a release pipeline and use the Azure App Service Deploy task from there.