I have a scenario where i need to Zip two different folders in different paths to a single Zip file using MSBuild.ExtensionPack.Compression.Zip
. Is that possible, if so how i can achieve it.
Ex: C:\Folder 2 and D:\Folder 1 , to a single zip file Folder1.Zip
.