-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCiPsLib.nuspec
More file actions
19 lines (19 loc) · 831 Bytes
/
CiPsLib.nuspec
File metadata and controls
19 lines (19 loc) · 831 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>CiPsLib</id>
<version>0.0.0.1</version>
<title>Continuous integration Powershell library</title>
<authors>Rasmus Mikkelsen</authors>
<owners>rasmus</owners>
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
<projectUrl>https://github.com/rasmus/CiPsLib</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Continuous integration Powershell library specifically targeted Octopus deployment.</description>
<releaseNotes></releaseNotes>
<language>en-US</language>
</metadata>
<files>
<file src="tools\**\*.*" target="tools\" />
</files>
</package>