forked from ASOS/OctopusStepTemplateCi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOctopusStepTemplateCi.nuspec
19 lines (19 loc) · 1003 Bytes
/
OctopusStepTemplateCi.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>OctopusStepTemplateCi</id>
<version>$version$</version>
<title>Octopus Step Template Continuous Integration Cmdlets</title>
<summary>A set of testing tools for testing and publishing Octopus Deploy step templates and script modules.</summary>
<description>A set of cmdlets that enable continuous integration patterns for Octopus Deploy step templates and script modules.</description>
<tags>powershell octopus deploy unit testing tdd</tags>
<authors>Asos</authors>
<projectUrl>https://github.com/ASOS/OctopusStepTemplateCi</projectUrl>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
<copyright>(c) 2016 ASOS, licensed under Apache 2.0 License.</copyright>
</metadata>
<files>
<file src="OctopusStepTemplateCi\**\*.*" target="" exclude="**\*.Tests.ps1"/>
<file src="LICENSE*" target="" />
</files>
</package>