File tree Expand file tree Collapse file tree 11 files changed +7
-5
lines changed
Expand file tree Collapse file tree 11 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 33 <ManagePackageVersionsCentrally >true</ManagePackageVersionsCentrally >
44 <CentralPackageTransitivePinningEnabled >false</CentralPackageTransitivePinningEnabled >
55 <ToolingPackagesVersion >1.1.1.4632</ToolingPackagesVersion >
6- <AccessToNugetFeed >true </AccessToNugetFeed >
6+ <AccessToNugetFeed >false </AccessToNugetFeed >
77 <RestoreSources >
88 https://api.nuget.org/v3/index.json;
99 </RestoreSources >
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk.Web" >
1+ <Project Sdk =" Microsoft.NET.Sdk.Web" >
22 <PropertyGroup >
33 <TargetFramework >net8.0</TargetFramework >
44 </PropertyGroup >
55 <ItemGroup >
6- <PlaceholderHtmlFile Include =" $(ProjectDir)Placeholders/*.html" />
7- <PlaceholderJsonFile Include =" $(ProjectDir)Placeholders/*.json" />
6+ <PlaceholderChapterOneHtmlFile Include =" $(ProjectDir)/Placeholders/Chapters/01/Pages/*.html" />
7+ <PlaceholderChapterTwoHtmlFile Include =" $(ProjectDir)/Placeholders/Chapters/02/Pages/*.html" />
8+ <PlaceholderJsonFile Include =" $(ProjectDir)/Placeholders/*.json" />
89 </ItemGroup >
910
1011 <ItemGroup Condition =" $(AccessToNugetFeed)" >
4142 </ItemGroup >
4243 <Target Condition =" !$(AccessToNugetFeed)" Name =" CopyPlaceholderContent" BeforeTargets =" Build" >
4344 <Copy SourceFiles =" @(PlaceholderJsonFile)" DestinationFolder =" $(ProjectDir)/Chapters/" SkipUnchangedFiles =" true" />
44- <Copy SourceFiles =" @(PlaceholderHtmlFile)" DestinationFolder =" $(ProjectDir)/Chapters/01/Pages/" SkipUnchangedFiles =" true" />
45+ <Copy SourceFiles =" @(PlaceholderChapterOneHtmlFile)" DestinationFolder =" $(ProjectDir)/Chapters/01/Pages/" SkipUnchangedFiles =" true" />
46+ <Copy SourceFiles =" @(PlaceholderChapterTwoHtmlFile)" DestinationFolder =" $(ProjectDir)/Chapters/02/Pages/" SkipUnchangedFiles =" true" />
4547 </Target >
4648
4749 <PropertyGroup >
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments