Build ASP.NET 4.5 without Visual Studio on Build Server
Its been a while since I setup a Build Server so maybe I’ve forgotten something or maybe .NET 4.5 is different from whatever version I did this with last time, but here is my problem.
Its been a while since I setup a Build Server so maybe I’ve forgotten something or maybe .NET 4.5 is different from whatever version I did this with last time, but here is my problem.
If you have an ASP.NET Web Site project type (the one without a proper .csproj or .vpproj project file and that is just a folder of loose files), then when you add a package with NuGet, it makes a *.dll.refresh file in the Bin directory to reference the package’s dll in the parent packages folder.