In my current project we have a testdata.zip folder in git repository which will have dummy data to test our test cases in the form of folder see below image.
I have modified one file under data1 folder. Now I have to create a nuget package which will have all my folder directories under package folder with my changes.
I want to make this nuget package as .zip file any suggestion..?