sayedihashimi / package-web

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

Fix for issue #56 #57

Closed seankearney closed 11 years ago

seankearney commented 11 years ago

When there are multiple packages and Publish-Interactive.ps1 is not in same directory as context, ensure we use the proper rootFolder

sayedihashimi commented 11 years ago

Thanks for the pull request! I've merged the changes and created a drop for testing.

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.10-beta in the package manager console.

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