File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 55  <ItemGroup >
66    <PlaceholderChapterOneHtmlFile  Include =" $(ProjectDir)/Placeholders/Chapters/01/Pages/*.html" 
77    <PlaceholderChapterTwoHtmlFile  Include =" $(ProjectDir)/Placeholders/Chapters/02/Pages/*.html" 
8-     <PlaceholderJsonFile  Include =" $(ProjectDir)/Placeholders/*.json" 
8+     <PlaceholderSitemapJsonFile  Include =" $(ProjectDir)/Placeholders/sitemap.json" 
9+     <PlaceholderGuidelinesJsonFile  Include =" $(ProjectDir)/Placeholders/guidelines.json" 
910  </ItemGroup >
1011
1112  <ItemGroup  Condition =" $(AccessToNugetFeed)" 
4142    </Content >
4243  </ItemGroup >
4344  <Target  Condition =" !$(AccessToNugetFeed)" Name =" CopyPlaceholderContent" BeforeTargets =" Build" 
44-     <Copy  SourceFiles =" @(PlaceholderJsonFile)" DestinationFolder =" $(ProjectDir)/Chapters/" SkipUnchangedFiles =" true" 
45+     <Copy  SourceFiles =" @(PlaceholderSitemapJsonFile)" DestinationFolder =" $(ProjectDir)/Chapters/" SkipUnchangedFiles =" true" 
46+     <Copy  SourceFiles =" @(PlaceholderGuidelinesJsonFile)" DestinationFolder =" $(ProjectDir)/Guidelines/" SkipUnchangedFiles =" true" 
4547    <Copy  SourceFiles =" @(PlaceholderChapterOneHtmlFile)" DestinationFolder =" $(ProjectDir)/Chapters/01/Pages/" SkipUnchangedFiles =" true" 
4648    <Copy  SourceFiles =" @(PlaceholderChapterTwoHtmlFile)" DestinationFolder =" $(ProjectDir)/Chapters/02/Pages/" SkipUnchangedFiles =" true" 
4749  </Target >
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments