
Restore your nuget packages on build server
Disable source control Integration for all your nuget packages and resore them on the build server. Continue reading Restore your nuget packages on build server
Disable source control Integration for all your nuget packages and resore them on the build server. Continue reading Restore your nuget packages on build server
I have a lot of customers that had played with NuGet packages some time ago and found it too difficult. Wresting with spec and config files and using command line tools is not everybody’s thing. That’s why I’ve written today … Continue reading Manage dependencies with NuGet and TFS
I had no support for Visual Studio 2015 in my first beta. I fixed this and added a pester test script to test the init.ps1. I also notices that there are problems with older versions of SharePoint on premises. Therefor I created a second nuget package. The original package SPOEmulators now uses the dependent package Microsoft.SharePointOnline.CSOM as the source for the CSOM assemblies (version 16). The new package SPOEmulators (on-premises) directly references the version 15 of the CSOM assemblies. For details how to use the SPOEmulators refer to the readme on github.com or to my original post here. Continue reading SPOEmulators 0.2-pre released on nuget