
x509: certificate signed by unknown authority
Fix the Error: “x509: certificate signed by unknown authority” on Windows Server 2019 or in the Azure Pipeline. Continue reading x509: certificate signed by unknown authority
Fix the Error: “x509: certificate signed by unknown authority” on Windows Server 2019 or in the Azure Pipeline. Continue reading x509: certificate signed by unknown authority
Code Coverage in .NET Core is tricky if you want to use it in a CI build and/or SonarQube. I blogged about .NET Core, SonarQube and Code Coverage – but this felt like a hack. I did a little more … Continue reading .NET Core Code Coverage done right
How to use SonarCloud pull request analysis, pull request decoration and quality gates in Azure DevOps. Continue reading Use pull request decoration in Azure DevOps with SonarCloud
In one of our Hackathons, we had the idea to create an Alexa skill to work with Azure DevOps Boards. The idea is, that you stand in a daily standup before a none touch display and can move your items … Continue reading Alexa, open Azure DevOps
Right now, there’s no way to fail your pipeline in Azure DevOps (a.k.a Visual Studio Team Services, VSTS) when your SonarQube Quality Gate fails. To do this you have to call the SonarQube REST API from your pipeline. Here is … Continue reading Fail your Azure DevOps pipeline if SonarQube Quality Gate fails
How to get .NET Core Code Analysis to SonarQube including Code Coverage. Continue reading .NET Core, SonarQube and Code Coverage