Skip to content

ZIP Files

Adrien Siffermann edited this page Aug 4, 2016 · 1 revision

Icon

This task zips files and is supported both on Windows and xplat agents.

Add the task to your Build or Release Definition

Add-Tasks

You will find the task in the "Utility" category.

Configuration

Configure-Zip

General

  • Copy Root - Root folder to apply copy patterns to. Empty is the root of the repo. Use variables if build steps building outside the repo. Example: $(agent.builddirectory)
  • Contents - File or folder paths to include as part of the artifact. Supports multiple lines or minimatch patterns. More Information
  • Zip Name - The name of the artifact to create.
  • Path - The path where to create the zip file
Clone this wiki locally