forked from OctopusDeploy/OctoPack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOctoPack.nuspec
25 lines (25 loc) · 1.14 KB
/
OctoPack.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>OctoPack</id>
<title>OctoPack</title>
<version>1.0.0</version>
<authors>Octopus Deploy</authors>
<owners>Octopus Deploy</owners>
<summary>Build Octopus Deploy-compatible NuGet packages from your projects.</summary>
<licenseUrl>http://octopusdeploy.com/</licenseUrl>
<projectUrl>http://octopusdeploy.com/</projectUrl>
<iconUrl>http://i.octopusdeploy.com/resources/Avatar3-32x32.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
Octopus Deploy is an automated deployment tool powered by NuGet. This tool adds a post-build activity to your Visual Studio project, so that an Octopus-compatible NuGet package is produced in the Bin directory whenever a Release build completes.
</description>
<tags>automation deployment</tags>
</metadata>
<files>
<file src="content*" target="content" />
<file src="content\" target="content\" />
<file src="tools\*" target="tools" />
<file src="license.txt" target="license.txt" />
</files>
</package>