Skip to content

Commit

Permalink
Support nuget contentFiles, used for some project types (#27856)
Browse files Browse the repository at this point in the history
  • Loading branch information
supergibbs authored and XhmikosR committed Dec 16, 2018
1 parent 4c547f2 commit 3e519c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nuget/bootstrap.less.nuspec
Expand Up @@ -24,5 +24,8 @@
<file src="less\**\*.less" target="content\Content\bootstrap" />
<file src="fonts\*.*" target="content\Content\fonts" />
<file src="dist\js\bootstrap*.js" target="content\Scripts" />
<file src="less\**\*.less" target="contentFiles\Content\bootstrap" />
<file src="fonts\*.*" target="contentFiles\Content\fonts" />
<file src="dist\js\bootstrap*.js" target="contentFiles\Scripts" />
</files>
</package>
3 changes: 3 additions & 0 deletions nuget/bootstrap.nuspec
Expand Up @@ -24,5 +24,8 @@
<file src="dist\css\*.*" target="content\Content" />
<file src="dist\fonts\*.*" target="content\fonts" />
<file src="dist\js\bootstrap*.js" target="content\Scripts" />
<file src="dist\css\*.*" target="contentFiles\Content" />
<file src="dist\fonts\*.*" target="contentFiles\fonts" />
<file src="dist\js\bootstrap*.js" target="contentFiles\Scripts" />
</files>
</package>

0 comments on commit 3e519c3

Please sign in to comment.