-
Recent Posts
Follow me on Twitter
My Tweets
Category Archives: build
Merging .NET assemblies using GulpJS and ILMerge
It’s possible to merge a few .NET assemblies into one by using the ILMerge utility. This can be helpful if you want to ship your project results in one assembly but internally you still prefer to break the project into … Continue reading
Posted in .NET, build, GulpJS, ILMerge, nodejs
Tagged gulp-ilmerge, GulpJS, ILMerge, nodejs
Leave a comment
Razl – Keep Your Sitecore Synchronized
Let’s talk about Sitecore synchronization. Sometimes a new feature needs to be tested with a set of real data. For example: Content Management(CM) data a UAT server. There are common approaches like restoring DBs, creating packages, serializing items, etc. However, … Continue reading
Run batch file from TFS build?
From time to time, I have to run batch files to perform some cleanup or restore jobs on CI servers. Usually this is as simple as logging into the remote server and manually launching a batch file. But what about … Continue reading