Skip to content

Commit a5c4a92

Browse files
committed
Remove content from the metadata package
1 parent 2a396f5 commit a5c4a92

1 file changed

Lines changed: 3 additions & 18 deletions

File tree

DocumentationAnalyzers/DocumentationAnalyzers.CodeFixes/DocumentationAnalyzers.Metadata.nuspec

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -20,24 +20,9 @@
2020
</metadata>
2121
<files>
2222

23-
<!-- Binaries and symbols -->
24-
<file src="bin\$Configuration$\netstandard1.1\DocumentationAnalyzers.dll" target="analyzers\dotnet\cs" />
25-
<file src="bin\$Configuration$\netstandard1.1\**\DocumentationAnalyzers.resources.dll" target="analyzers\dotnet\cs" />
26-
<file src="bin\$Configuration$\netstandard1.1\DocumentationAnalyzers.pdb" target="analyzers\dotnet\cs" />
27-
<file src="bin\$Configuration$\netstandard1.1\DocumentationAnalyzers.CodeFixes.dll" target="analyzers\dotnet\cs" />
28-
<file src="bin\$Configuration$\netstandard1.1\**\DocumentationAnalyzers.CodeFixes.resources.dll" target="analyzers\dotnet\cs" />
29-
<file src="bin\$Configuration$\netstandard1.1\DocumentationAnalyzers.CodeFixes.pdb" target="analyzers\dotnet\cs" />
30-
31-
<!-- Dependencies -->
32-
<file src="bin\$Configuration$\netstandard1.1\CommonMark.dll" target="analyzers\dotnet\cs" />
33-
34-
<!-- Scripts -->
35-
<file src="tools\install.ps1" target="tools\" />
36-
<file src="tools\uninstall.ps1" target="tools\" />
37-
38-
<!-- Source code -->
39-
<file src="..\DocumentationAnalyzers\**\*.cs" exclude="..\DocumentationAnalyzers\obj\**\*.cs" target="src"/>
40-
<file src="**\*.cs" exclude="obj\**\*.cs;Properties\AssemblyInfo.cs" target="src"/>
23+
<!-- Additional Files -->
24+
<file src="..\..\LICENSE" />
25+
<file src="..\..\THIRD-PARTY-NOTICES.txt" />
4126

4227
</files>
4328
</package>

0 commit comments

Comments
 (0)