Visual Studio Online Agent by ItsZap Inc.
This repo contains Visual Studio Online / Visual Studio Team Service custom build task agent.
Current build task agent available:
-
Release Packager for Visual Studio Team Service
This extensions contains custom VS Team Service "tasks" (or "build tasks") that will read *.nuspec and *.partial.nuspec file across solutions. The tasks then combine the *.nuspec (main definition file) and *.partial.nuspec (partial definition file) and build a Release Package as a nuget. -
Release Zip for Visual Studio Team Service
This 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.
- Install the extension from Visual Studio Online Marketplace
- Go to your VSTS or TFS project, click on Build or Release tab and create new build or release definition (the "+" icon)
- Add the new build step
- Configure the build step