<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Azure Pipelines on madd0's tech blog</title><link>/tags/azure-pipelines/</link><description>Recent content in Azure Pipelines on madd0's tech blog</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Thu, 30 Jan 2020 17:28:29 +0000</lastBuildDate><atom:link href="/tags/azure-pipelines/index.xml" rel="self" type="application/rss+xml"/><item><title>7-Zip compression levels in Azure DevOps Archive Files task</title><link>/2020/01/30/7-zip-compression-levels-in-azure-devops-archive-files-task/</link><pubDate>Thu, 30 Jan 2020 17:28:29 +0000</pubDate><guid>/2020/01/30/7-zip-compression-levels-in-azure-devops-archive-files-task/</guid><description>In an attempt to make my artifacts smaller, I recently chose to use 7-Zip compression, or archiveType: 7z, in an Archive Files task of an Azure DevOps YAML pipeline. 7-Zip provides 5 compression levels: 1 (fastest), 3 (fast), 5 (normal), 7 (maximum) and 9 (ultra), as well as option 0, which doesn&amp;rsquo;t compress anything.
I like YAML pipelines, because they live in my repo and I can use templates. However, the online editing experience is not particularly great.</description></item></channel></rss>