Skip to content

Commit d28bdbd

Browse files
author
Joel Mitchell
committed
Fixed bug with nuget packaging
1 parent 81a31ba commit d28bdbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Cofoundry.Plugins.ErrorLogging.Admin/Cofoundry.Plugins.ErrorLogging.Admin.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
</dependencies>
4848
</metadata>
4949
<files>
50-
<file src="bin\Release\Cofoundry.Plugins.ErrorLogging.Admin.dll" target="lib\net461" />
51-
<file src="bin\Release\Cofoundry.Plugins.ErrorLogging.Admin.XML" target="lib\net461" />
50+
<file src="bin\Cofoundry.Plugins.ErrorLogging.Admin.dll" target="lib\net461" />
51+
<file src="bin\Cofoundry.Plugins.ErrorLogging.Admin.XML" target="lib\net461" />
5252
</files>
5353
</package>

0 commit comments

Comments
 (0)