I was preparing a demo about IIS XML Transformation inside a CD pipeline with Azure DevOps. It's very likely that if you're working with an ASP.Net project with default values the Azure App Service Deploy Task will fail. After some googling I found that this is documented here. The trick is to remove the <DependendUpon> … Continue reading IIS XML Transformation with Azure DevOps
Category: Azure DevOps
How to share an Azure DevOps Artifact feed with the entire organization
Azure Feeds used to be scoped to an organization. However, to enable public feeds and to become more consistent with the rest of Azure DevOps, feeds created through the new create feed UI are now project-scoped.
How to fix 8000000A error when building VDPROJ
The Microsoft Visual Studio Setup Project is an old technology to create installer developed by Microsoft. It is out of support from nearly a decade and not present in Visual Studio anymore but when I visit customer sites I find legacy technologies and I need to deal with it on the short-term. A couple of … Continue reading How to fix 8000000A error when building VDPROJ
Reduce your build time with parallelism in Azure DevOps
A faster CI process with parallelism in Azure DevOps.
Deploy a new IIS Web Site with Azure DevOps Pipelines
I was experimenting with deploying a completely new Web Site to a machine with a brand new IIS installation to see what are the required parameter to do a basic deployment.I share here my findings. The best approach is to deploy with a deployment group job. This way can use the IIS tasks that Microsoft … Continue reading Deploy a new IIS Web Site with Azure DevOps Pipelines
GLV OnAir Febbraio 2019 – Video Link
Qualche settimana fa GLV ha trasmesso il suo episodio di GLV OnAir di febbraio 2019. La puntata รจ andata in onda col solito formato di 3 sessioni da 30 minuti ciascuna che elenco qui di seguito: GLV OnAir 2019-02- Terraform For Azure: the Good, the bad and the Ugly (Giulio Vian) GLV OnAir 2019-02- DevOps … Continue reading GLV OnAir Febbraio 2019 – Video Link
Azure DevOps – Undelete a Release Pipeline
How to restore a delete release pipeline definition with a PowerShell script