Specify NuGet sources for build server to use with NuGet Package Restore?

With the current version of NuGet it’s possible to specify custom repositories in the solution’s NuGet.config file and enable package restore during a build. Having this NuGet.config file allowed us to automatically restore packages from internal repository under a TFS build without any other actions in the build definition: <configuration> <solution> <add key=”disableSourceControlIntegration” value=”true” /> …

Read more

VS2013: Error Loading Solution (‘JavascriptWebExtensionsPackage did not load correctly’)

So — after posting this and adding that last screenshot (the No EditorOptionDefinition export… business) — I decided to google on that phrase as well (the other key phrases brought me nothing). It brought me to this page: No EditorOptionDefinition Export Found Error Which actually fixed the problem. In short: Close Visual Studio Open the …

Read more