Skip to content

Commit 71b4f19

Browse files
committed
Simplify nuspec file for source generator.
1 parent ec0fbff commit 71b4f19

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

src/GitBuildInfo.SourceGenerator/GitBuildInfo.SourceGenerator.nuspec

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,7 @@
1818
</dependencies>
1919
</metadata>
2020
<files>
21-
<file src="$BaseOutputPath$GitBuildInfo.SourceGenerator.dll" target="analyzers\cs\GitBuildInfo.SourceGenerator.dll" />
22-
<file src="$BaseOutputPath$Microsoft.CodeAnalysis.dll" target="analyzers\cs\Microsoft.CodeAnalysis.dll" />
23-
<file src="$BaseOutputPath$cs\**" target="analyzers\cs\cs\" />
24-
<file src="$BaseOutputPath$de\**" target="analyzers\cs\de\" />
25-
<file src="$BaseOutputPath$es\**" target="analyzers\cs\es\" />
26-
<file src="$BaseOutputPath$fr\**" target="analyzers\cs\fr\" />
27-
<file src="$BaseOutputPath$it\**" target="analyzers\cs\it\" />
28-
<file src="$BaseOutputPath$ja\**" target="analyzers\cs\ja\" />
29-
<file src="$BaseOutputPath$ko\**" target="analyzers\cs\ko\" />
30-
<file src="$BaseOutputPath$pl\**" target="analyzers\cs\pl\" />
31-
<file src="$BaseOutputPath$pt-BR\**" target="analyzers\cs\pt-BR\" />
32-
<file src="$BaseOutputPath$ru\**" target="analyzers\cs\ru\" />
33-
<file src="$BaseOutputPath$tr\**" target="analyzers\cs\tr\" />
34-
<file src="$BaseOutputPath$zh-Hans\**" target="analyzers\cs\zh-Hans\" />
35-
<file src="$BaseOutputPath$zh-Hant\**" target="analyzers\cs\zh-Hant\" />
21+
<file src="$BaseOutputPath$**" target="analyzers\cs\" />
3622
<file src="..\..\build\**" target="build\" />
3723
<file src="..\..\tools\**" target="tools\" />
3824
<file src="..\GitBuildInfo\bin\$configuration$\**" target="tasks\" />

0 commit comments

Comments
 (0)