I’ve created a simple, re-usable function you can put in your PowerShell profile that will publish a package to NuGet or a local test feed. This little script allowed me to remove redundant scripts that were scattered across my various projects. [more] I maintain a lot of packages on NuGet these days (seven at last…
try-catch-FAIL
Stories from the trenches of software development.
Category: <span>nuget</span>
Easily Un-ignore NuGet Package Contents With Subversion
A common practice when using Subversion is to ignore build output files such as DLLs and EXEs. However, there are times when you want to include these sorts of files, such as when you add a new NuGet package to your project. There is a poorly-documented feature in Subversion that allows you to un-ignore files…