sayedihashimi / package-web

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

Support getting the zip file via user settings file #58

Closed seankearney closed 11 years ago

seankearney commented 11 years ago

In an effort to automate deployment of multiple web projects in a single solution I've added support for passing the zip file to deploy via the settings file.

sayedihashimi commented 11 years ago

Thanks a lot for the pull request. I looked at it, but didn't have time to try it yet.

I've uploaded the NuGet package to http://nuget.sayedha.com.

To test the fix add http://nuget.sayedha.com/nuget as a custom nuget feed source in the Package Manager console settings. After that execute the command install-package PackageWeb -Prerelease -Version 1.1.11-beta in the package manager console.

Please let me know if you have any issues with the fix.