0

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?

3
  • 3
    Remove the "Drop" from the Package or folder path in the Azure App Service Deploy task. Commented Dec 18, 2018 at 12:24
  • This solution worked. Commented Dec 18, 2018 at 14:34
  • Great :) I added it also as answer. Commented Dec 18, 2018 at 14:58

2 Answers 2

2

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

Sign up to request clarification or add additional context in comments.

Comments

0

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

1 Comment

I can't create a release pipeline because my requirement is to trigger e2e tests post-deployment.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.