About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (21)
- Development (217)
- Security (19)
- Test (32)
- Tooling (175)
- Uncategorized (169)
Author Archives: erictummers
Skype for business mac preview
We’ve been using Lync for some time on Windows and Mac. Microsoft has moved on with Skype for business on the Windows platform. Now a preview for the Mac is available and I decided to sign up for the preview … Continue reading
Week 38 roundup
Last week recap and links: Powershell syntax in Sublime Text 2, the method is for Windows but also applies to Mac We used the build definition settings (TFS2015) to use a two digit month and dayOfTheMonth buildnumber. The key is … Continue reading
Posted in Uncategorized
Tagged Azurewebsites, Build, deployment, powershell, roundup, sublime, tfs
Leave a comment
Spark as alternative to Cloudmagic
Cloudmagic used to be my email client on iOS. But with the introduction of Newton it became a paid service. Since there are free alternatives I decided to switch. My new favourite is Spark. What I want My list of … Continue reading
Allow only release build to be published
We have a WPF application that we distribute with click-once deployment. The update feature is exactly what we need for our product. Getting the new build from Development into Production is easy, just publish. The problem is that we only … Continue reading
Version store out of memory
In our current project we use Sql Server Data Tools (sqlproj) to put our database in source control. Recently we experienced random exceptions during loading and building the solution with multiple sql projects. Last week our builds started to fail. … Continue reading