Skip to content

Commit

Permalink
deleting extra directory
Browse files Browse the repository at this point in the history
  • Loading branch information
aishwaryabh committed Nov 7, 2024
1 parent 4d2fe13 commit 335be05
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Azure.Functions.ArtifactAssembler/ArtifactAssembler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,11 @@ private async Task CreateVisualStudioCoreToolsAsync()
Directory.Delete(consolidatedArtifactDirPath, true);
}

// Delete directories
Directory.Delete(_inProc6ExtractedRootDir, true);
Directory.Delete(_inProc8ExtractedRootDir, true);
Directory.Delete(_coreToolsHostExtractedRootDir, true);

Console.WriteLine("Finished assembling Visual Studio Core Tools artifacts");
}

Expand Down

0 comments on commit 335be05

Please sign in to comment.