Base solution for your next web application
Open Closed

Error: Deploy Azure App Service (CI was success ... Error on release) #8467


User avatar
0
optixdev created

ASP.NET CORE + ANGULAR (SEPRATE SOLUTION)

Trying to upload ASP.NET CORE

2020-02-06T18:49:06.2498552Z ##[section]Starting: Deploy Azure App Service 2020-02-06T18:49:06.2619618Z ============================================================================== 2020-02-06T18:49:06.2619744Z Task : Azure App Service deploy 2020-02-06T18:49:06.2619834Z Description : Deploy to Azure App Service a web, mobile, or API app using Docker, Java, .NET, .NET Core, Node.js, PHP, Python, or Ruby 2020-02-06T18:49:06.2619943Z Version : 4.163.2 2020-02-06T18:49:06.2620009Z Author : Microsoft Corporation 2020-02-06T18:49:06.2620081Z Help : https://aka.ms/azureappservicetroubleshooting 2020-02-06T18:49:06.2620176Z ============================================================================== 2020-02-06T18:49:06.9285815Z ##[error]Error: More than one package matched with specified pattern: d:\a\r1\a***.zip. Please restrain the search pattern. 2020-02-06T18:49:06.9333823Z ##[section]Finishing: Deploy Azure App Service

[error]Error: More than one package matched with specified pattern: d:\a\r1\a***.zip. Please restrain the search pattern.


4 Answer(s)
  • User Avatar
    0
    BobIngham created

    Bugger, that's not good. It's DevOps and CI/CD/CD and TLA's for me next also. Do we have any instructions for adding Zero to a pipeline?

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @optixdev

    Did you solve this problem ? If not, could you share entire error message ? This seems to be related to your pipeline.

  • User Avatar
    0
    optixdev created

    I solved by excluding the Public project

  • User Avatar
    1
    rajamannar created

    Hi, The best approach we have done on this is to have different pipelines for Host, MVC and Public Site. If you try to deploy all in go, this error occurs. And we are happy with this solution. It works all the time.