File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
src/Microsoft.DotNet.Darc/DarcLib/VirtualMonoRepo Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -83,8 +83,7 @@ public async Task<bool> MergeJsonsAsync(
8383 sourceCurrentJson ,
8484 targetRepo . Path ,
8585 targetRepoJsonRelativePath ,
86- targetRepoCurrentRef ,
87- allowMissingFiles ) )
86+ targetRepoCurrentRef ) )
8887 {
8988 hasChanges = true ;
9089 }
Original file line number Diff line number Diff line change @@ -31,8 +31,7 @@ protected async Task<bool> DeleteFileIfRequiredAsync(
3131 string sourceRepoCurrentJson ,
3232 NativePath repoPath ,
3333 string filePath ,
34- string targetRepoCurrentRef ,
35- bool allowMissingFiles )
34+ string targetRepoCurrentRef )
3635 {
3736 if ( sourceRepoPreviousJson != JsonFileMerger . EmptyJsonString
3837 && sourceRepoCurrentJson == JsonFileMerger . EmptyJsonString
You can’t perform that action at this time.
0 commit comments