Ensure .targets files are included in dotnet-watch
This commit is contained in:
parent
363ddf73a6
commit
e2c4e36d78
|
|
@ -25,6 +25,6 @@
|
|||
<file src="dotnet-watch.dll" target="lib\netcoreapp1.0\" />
|
||||
<file src="dotnet-watch.deps.json" target="lib\netcoreapp1.0\" />
|
||||
<file src="dotnet-watch.runtimeconfig.json" target="lib\netcoreapp1.0\" />
|
||||
<file src="tools/*.targets" target="tools\" />
|
||||
<file src="tools\*.targets" target="tools\" />
|
||||
</files>
|
||||
</package>
|
||||
Loading…
Reference in New Issue