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)
Category Archives: Tooling
MSBuild OutDir per project in solution
We use a dedicated project file for building our solution/projects. The automated build sometimes complains about failing unit tests due to incompatible assembly versions. By building every project to their own OutDir we solved the issue. MSBuild tasks Install the … Continue reading
Browserstack screenshot followup
I asked browserstack for a reaction on the timeout in my Browserstack first look post. They upgraded my account to include the Defer Time option for free, but no candy. We use Selenium to automatically capture the screenshots. It seems … Continue reading
Octopus deploy export – import
Imagine you don’t have acces to a customer’s serverpark but still want to use a central octopus deploy server. Now you can export that release from your octopus deploy server and import it into the (local) installation on the customer’s … Continue reading
Allow incompatible platform in schema comparison
Schema comparison of SQL Express 2012 database and SQL Server 2008 gives an error A project which specifies SQL Server 2012 as the target platform cannot be published to SQL Server 2008. Set the allow incompatible platform in the options … Continue reading
Browserstack first look
Browserstack offers a free trial. Signup through modern.ie for an extended 3 months trial. I’ve tried it and found it very useful. The features are highlighted in this post. Live Type the public url and choose the platform and browser. … Continue reading