Skip to main content

Posts

Showing posts from October, 2019

Error: No package found with specified pattern: D:\a\r1\a\**\*.zip for Angular Azure DevOps pipeline release.

How to easily deploy the Angular app to Azure by configuring build and release pipelines in Azure DevOps Create build pipeline definition To create a build pipeline that will create the optimized version of the app. Start with creating a new build pipeline from Pipelines >> Build on your team project in the browser. In this pipeline, you will add following tasks: Once this build pipeline is defined, you can queue the build. The created artifact should contain a file named dest.zip which will be used to do the deployment. Release & Deploy To do the deployment of the app, we will create a Release Pipeline. Under the Pipeline tab, select the build pipeline that you have created earlier as the artifact source to be deployed. Let the default version be the “Latest”. Under the Tasks tab, Select your Azure Account and authorize Azure DevOps to access resources from that Azure account when prompted. Now, select the task that is automatically ad