Tag Archives: Build

Webdeploy connectionstrings to xTokenize

We have an asp.net webapplication (full framework) and deploy it using release manager. The bits are in an artifact that is created during build with the contents of the webdeploy zip and a powershell desired state configuration (dsc) script to … Continue reading

Posted in Uncategorized | Tagged , , , , , | Leave a comment

Adding SonarQube to TFS build

We’re moving toward DEVOPS with our team and want to automate code quality checks. Another team already installed a SonarQube server for their python development and advised us to try it for our dotnet development. Now we know why the … Continue reading

Posted in Tooling | Tagged , , , , | 1 Comment

TFS Build light with jQuery

We use TFS for our builds. These include release builds, continuous integration builds and regression test build. We want to have a simple build light to keep an eye on the status of all definitions. This is why we use … Continue reading

Posted in Development, Tooling | Tagged , , , , | Leave a comment

Workaround for excluding assemblies from code coverage in TFS2015 build

Our build server is TFS2015 and Microsoft promises that we can customize code coverage analysis. But with runsettings setup to exclude assemblies from code coverage exceptions fail the build. Not nice. Today we figured out how to work around this and exclude an … Continue reading

Posted in Development | Tagged , , , | Leave a comment

Continuous deployment step by step

This is not a how-to blog post guiding you to DEVOPS heaven. I write down the steps we are taking to get continuous deployment in place for our project. Every time we take another step I’ll update this post. First of … Continue reading

Posted in Development, Tooling | Tagged , , , | Leave a comment