forked from pester/Pester
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPester.nuspec
22 lines (22 loc) · 947 Bytes
/
Pester.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Pester</id>
<version>$version$</version>
<title>Pester</title>
<description>A BDD style testing tool for Powershell</description>
<tags>powershell testing bdd</tags>
<authors>Scott Muc</authors>
<iconUrl>https://raw.github.com/pester/Pester/master/Pester.png</iconUrl>
<projectUrl>https://github.com/Pester/Pester</projectUrl>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
</metadata>
<files>
<file src="bin\*.*" target="tools\bin" />
<file src="Pester.psm1" target="tools" />
<file src="Examples\**\*.*" target="tools\Examples" />
<file src="Functions\**\*.*" target="tools\Functions" />
<file src="templates\**\*.*" target="tools\templates" />
<file src="ObjectAdaptations\**\*.*" target="tools\ObjectAdaptations" />
</files>
</package>