Build templates nupkgs directly from source without copying to staging location

This commit is contained in:
Steve Sanderson
2017-08-23 16:56:07 -07:00
parent c62a3b491c
commit 412ec1b427
5 changed files with 21 additions and 56 deletions

View File

@@ -14,4 +14,10 @@
<packageType name="Template" />
</packageTypes>
</metadata>
<files>
<file
src="**/*"
exclude="*/node_modules/**;*/bin/**;*/obj/**;*/.vs/**;*/.vscode/**;*/ClientApp/dist/**;*/wwwroot/dist/**"
target="Content" />
</files>
</package>