Edited Issue: NuGet 2.2.1 - Package Restore fails on TFS build controller due...
#Overview and WorkaroundI'm using Visual Studio/TFS 2012 and have package restore enabled locally and on my TFS build controller. Package restore works fine locally in 2.2.1, but fails on the build...
View ArticleEdited Issue: NuGet 2.2.1 - Package Restore fails on TFS build controller due...
#Overview and WorkaroundI'm using Visual Studio/TFS 2012 and have package restore enabled locally and on my TFS build controller. Package restore works fine locally in 2.2.1, but fails on the build...
View ArticleEdited Issue: NuGet 2.2.1 - Package Restore fails on TFS build controller due...
#Overview and WorkaroundI'm using Visual Studio/TFS 2012 and have package restore enabled locally and on my TFS build controller. Package restore works fine locally in 2.2.1, but fails on the build...
View ArticleEdited Issue: NuGet 2.2.1 - Build fails on TFS build controller using Package...
#Overview and WorkaroundI'm using Visual Studio/TFS 2012 and have package restore enabled locally and on my TFS build controller. Package restore works fine locally in 2.2.1, but fails on the build...
View ArticleNew Post: Upcoming feature in NuGet 2.3: Auto import .targets and .props file...
I love this idea; OctoPack for example provides a custom .targets file that hooks into the project build. Having NuGet automatically import it would be great. Some OctoPack users complain that the...
View ArticleNew Post: NuGet memory usage when extracting large packages
I just blogged about a memory usage problem in NuGet and my workaround here. While I have a functioning workaround now, these are issues that I think would benefit everyone by solving them in...
View ArticleNew Post: LocalPackageRepository throws when packages are being written
I've had this bug report a few times:Users are using a local package repository (\server\path)Their build server is writing a package to it over the WAN No one can list any packages from the repository...
View ArticleNew Post: Upcoming feature in NuGet 2.3: Auto import .targets and .props file...
I agree that the invocation of package restore prior to MSBuild is the solution but I strongly believe it should be the responsibility of NuGet to raise an appropriate error when this has not been...
View ArticleNew Post: Upcoming feature in NuGet 2.3: Auto import .targets and .props file...
adamralph wrote: Whilst the VS/build system cases can probably be taken care of by the tooling as suggested above, I should also be able to git clone and run build.bat/rake/etc. and rely on a complete...
View ArticleNew Post: Why MSBuild for Package Restore?
The latest version of nuget.exe is directly available on https://nuget.org/nuget.exe. Those who want older versions can fetch the NuGet.Commandline package from nuget.org through...
View ArticleSource code checked in, #74afc473bd10
Fix functional test failing due to rename of minClientVersion attribute.
View ArticleSource code checked in, #8c87da7435fb
.props and .targets files are now in \build folder.
View ArticleNew Post: Creating a ".NET Framework Packages" NuGet feed
I really like Hanselman's suggestions. It's inline with my thoughts on NuGet security that I've talked about for a long time and finally gotten around to writing down in a blog post....
View ArticleNew Post: Why MSBuild for Package Restore?
The core team met today and talked about Package Restore quite a bit. We reached a consensus within the team that we do want to explore a non-msbuild-based approach for package restore. We will be...
View ArticleNew Post: Why MSBuild for Package Restore?
I could get you a Nuget installer built for Windows in no time. An installer package and a "plain old .zip file" (for those people that check their tools into their source control) would be quite...
View ArticleNew Post: Why MSBuild for Package Restore?
Does .NET ClickOnce allow the updating of PATH? ClickOnce seems to work well for the NuGet Package Explorer. I'm not sure if it's even possible for a console app though. Obviously it's trivial to build...
View ArticleNew Post: Why MSBuild for Package Restore?
While I too like Chocolatey, it is another barrier. I am not comfortable saying, "To restore packages, you need to install NuGet. To install NuGet, you need to install Chocolatey."
View ArticleNew Post: Why MSBuild for Package Restore?
I agree it should not be the only method of installation but it would be great if it was provided alongside the other options for those of us 'in the know' ;-)
View Article