forked from SymbolSource/SymbolSource.Community
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SymbolSource.Integration.NuGet.CommandLine.nuspec
23 lines (23 loc) · 1.27 KB
/
SymbolSource.Integration.NuGet.CommandLine.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>SymbolSource.Integration.NuGet.CommandLine</id>
<version>1.3.4</version>
<authors>SymbolSource</authors>
<owners>SymbolSource</owners>
<projectUrl>http://github.com/SymbolSource/Integration.NuGet</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
This plugin provides symbol package validation rules.
It is helpful in diagnosing problems with SymbolSource submissions.
</description>
</metadata>
<files>
<file src="Sources\SymbolSource.Integration.NuGet.CommandLine\*.ps1" target="tools" />
<file src="Sources\SymbolSource.Integration.NuGet.CommandLine\bin\Release\*.dll" target="lib\net40" />
<file src="Sources\SymbolSource.Integration.NuGet.CommandLine\bin\Release\*.pdb" target="lib\net40" />
<file src="Sources\SymbolSource.Integration.NuGet\**.cs" target="src\SymbolSource.Integration.NuGet" />
<file src="Sources\SymbolSource.Integration.NuGet.CommandLine\**.cs" target="src\SymbolSource.Integration.NuGet.CommandLine" />
<file src="Sources\SymbolSource.Processing.Basic\**.cs" target="src\SymbolSource.Processing.Basic" />
</files>
</package>