Announced at Connect() today were a couple of new tools that could really help a team with their DevOps issues when working with VSTS and Azure (and potentially other scenarios too).
- DevTest Lab is a new set of tooling within the Azure portal that allows the easy management of Test VMs, their creation and management …
Read MoreOne of the many interesting announcements at Connect() today was that the new Microsoft Chrome Extension for Exploratory Testing is available in the Chrome Store
This is a great tool if you use VSO, sorry VSTS, allowing an easy way to ‘kick the tyres’ on your application, logging any bugs directly back to VSTS as Bug …
Read MoreAfter Microsoft’s announcements at todays Connect() event, Visual Studio Online (VSO) is now Visual Studio Team Services (VSTS). It is a good job I never changed the tag on this blog from VSTS when Microsoft dropped the Team System name a few years ago.
For a run down of all the VSTS announcements have a look at Brian …
Read MoreWhilst doing a vNext build from a TFVC repository I needed map both my production code branch and a common folder of scripts that I intended to use in a number of builds, so my build workspace was set to
- Map – $/BM/mycode/main - my production code
- Map – …
Read MoreI have recently added a CI build to my GitHub stored ParametersXmlAddin VSIX project. I did this using Visual Studio Online’s hosted build service, did you know that this could used to build source from GitHub?
As part of this build I wanted to version stamp the assemblies and the resultant VSIX package. To do the …
Read More- When access VSO you have two authentication options; either a LiveID (or an MSA using it’s newest name) or a Work Account ID (a domain account). The latter is used to provide extra security, so a domain admin can easily control who has access to a whole set of systems. It does assume you have used Azure Active …
Read More At my session at DDDNorth I mentioned that some of the settings you needed to configure in SonarQube 5.1, such as DB connection strings for SonarRunner, would not need to be made once 5.2 was release. Well it was released today. Most important changes for we are
- Server handles all DB connections
- LDAP support for user …
Read MoreThanks to everyone who came to my session at DDDNorth on SonarQube, hope you found it useful. The links to resources for my session are
- SonarQube documentation
- Microsoft Product Team posts on Technical Debt
- ALM Rangers Guide on SonarQube (source)
- ALM Rangers Guide on SonarQube (explanatory post)
- SonarLint
And you can …
Read MoreIn case you had not noticed, our MD and Connected Systems MVP Robert Hogg posted about the new Patterns & Practices Architecture Track he is hosting on Day 1 of the Microsoft Future Decoded event next month in London.
This track is an additional track to the now full Future Decoded. If you are interested in …
Read MoreWhilst working with a vNext Release Management pipeline I started seeing the error
Microsoft.TeamFoundation.Release.Common.Helpers.OperationFailedException:
New deployment is not allowed as an another deployment is in progress.
Retry the deployment after sometime.Problem was I could not see any blocked or paused …
Read More