File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <!-- Hide the Docfx templates folder from VS project tree.
4+ Can be removed once https://github.com/NuGet/Home/issues/4856 is resolved -->
5+ <ItemGroup >
6+ <Content Update =" @(Content)" >
7+ <Visible Condition =" '%(NuGetItemType)' == 'Content' and '%(NuGetPackageId)' == 'docfx.app'" >False</Visible >
8+ </Content >
9+ </ItemGroup >
10+ </Project >
Original file line number Diff line number Diff line change 77
88 <ItemGroup >
99 <Content Include =" templates/**" CopyToOutputDirectory =" PreserveNewest" PackageCopyToOutput =" true" PackagePath =" contentFiles/any/any/templates" />
10+ <None Include =" Build\docfx.app.props" Pack =" true" PackagePath =" build\" />
1011 </ItemGroup >
1112
1213 <ItemGroup >
You can’t perform that action at this time.
0 commit comments