Forum Discussion
anujsharrma
May 08, 2020Copper Contributor
Extract zip file on azure web app
I am using below YAML script to deploy my artifact on azure web app, it works fine but it doesn't unzip the file on azure web app, it just deploy zip file and my web app doesn't run coz of zip file ...
anujsharrma
May 10, 2020Copper Contributor
RodNet Thanks for your response but unfortunately i tried this approach but it doesn't work. i got an error that no package found with specified pattern
😞
RodNet
May 10, 2020Brass Contributor
Hum....
I think that you need to review the build pipeline.
Have you published your artifacts package ?
If not try to add this line in the final of you .yml build pipeline.
task: PublishBuildArtifacts@1"
Follow this link will help.
https://developercommunity.visualstudio.com/content/problem/349729/error-no-package-found-with-specified-pattern-dar1.html
Hope it can helps
I think that you need to review the build pipeline.
Have you published your artifacts package ?
If not try to add this line in the final of you .yml build pipeline.
task: PublishBuildArtifacts@1"
Follow this link will help.
https://developercommunity.visualstudio.com/content/problem/349729/error-no-package-found-with-specified-pattern-dar1.html
Hope it can helps