Skip to content

Commit a803219

Browse files
committed
Added source files to nuspec so that symbolsource publishing will work
1 parent 85b60f3 commit a803219

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

NTestDataBuilder/NTestDataBuilder.nuspec

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@
3434
</dependencies>
3535
</metadata>
3636
<files>
37-
<file src="bin\Release\NTestDataBuilder.dll" target="lib\NET40" />
38-
<file src="bin\Release\NTestDataBuilder.pdb" target="lib\NET40" />
39-
<file src="bin\Release\NTestDataBuilder.XML" target="lib\NET40" />
37+
<file src="bin\Release\NTestDataBuilder.dll" target="lib\NET40" />
38+
<file src="bin\Release\NTestDataBuilder.pdb" target="lib\NET40" />
39+
<file src="bin\Release\NTestDataBuilder.XML" target="lib\NET40" />
40+
<file src="**\*.cs" exclude="obj\**\*.*" target="src" />
4041
</files>
4142
</package>

0 commit comments

Comments
 (0)