Release Zip creates single zip package from multiple projects in Solutions. The content of the zip package is defined by json configuration file in the project, thus allow full control of zip structure. Release Zip for Visual Studio Team ServiceThis extensions contains custom VS Team Service "tasks" (or "build tasks") that will read JSON configuration file, that define source and structure of desired zip archive. The JSON filename also serve as base filename of the zip output file. For example if you name the configuration, MyPackage.json, then the output zip file will be MyPackage.zip. Using this task you will be able to create zip package from the projects in your solution. The task can perform following:
JSON Configuration
targetroot, Root folder in the Zip archive. Default : (empty) content, Content of the Zip archive whics is array of source and target source, Minimatch pattern of the source target, Target folder in the Zip Quick Start
Contact Us |