sayedihashimi / package-web

Extensions for ASP.NET web projects package creation
32 stars 18 forks source link

Bug in last commit - zip not choosed in non interactive mode #69

Closed jeromelalande closed 11 years ago

jeromelalande commented 11 years ago

Hi,

Just corrected a small bug in your last commit. In non interactive mode, the only possibility was to specify the zip file name. I added the possiblity to find a single zip, as it was before. It will only fail if no zip is found or many zip are found in non interactive mode. And of course, if a file is specified in the param files, it will be used as the first option.

sayedihashimi commented 11 years ago

Thanks for the PR, I've merged it.

I've built the new NuGet package at https://dl.dropboxusercontent.com/u/40134810/PackageWeb/PackageWeb.1.1.16.1-beta.nupkg. Once it's verified I'll update the release to include this.

jeromelalande commented 11 years ago

Great! thanks. I've merged your PR from last week and built the new package locally to install on my project and update my CI server.