Introduction A container image is a lightweight executable package of a piece of software that will always run the same, regardless of the environment you are using it with. The series of videos p...
Build Automation and Release Management with VSTS/TFS 2018
Learn how to get started with Release Management and its advantages. See how to create a build definition using CI/CD Tools for VSTS Extensions. (I will be using Package Extension and Publish Artif...
Migrating TFS and VSTS Work-items using vsts-work-item-migrator
Microsoft released new tool vsts-work-item-migrator. It's a command line tool as an open source for migrating work-items from TFS and VSTS. The tool developed in .NET Core, so it's cross platform,...
Migrating Team Foundation Server to Visual Studio Team Services using Database Import Service TFS Migrator
Introduction In this post, I am going to share my personal experience of the Migration Team Foundation Server to Visual Studio Team Services using Database Import Service or TFS Migrator. The TFS ...
DevOps for Microsoft Dynamics
Introduction DevOps became one of the buzzwords in the software development ecosystem. This is why it’s important to consider that with all kinds of development, including custom development for M...
Front-end Code Quality (JavaScript Unit Test and Linting) Automation With VSTS Build
Introduction Frontend development became vital now for many applications development. Like SPA (Single Page Application), Mobile development and Dynamics 365 as well. So keeping and increasing the...
Published a quick guide about real stories for migrating Team Foundation Server to Visual Studio Team Services
I published a quick guide about real stories for migrating Team Foundation Server to Visual Studio Team Services. It describes some real migration scenarios and explains how to use different tools...
VSTS Build variables, Echo and arguments
Seeing the output at any point in time is very important while automating a process; for that reason we usually set variables and display them during the build. In VSTS, the public variables can be...
Fix the 'You do not have permissions to see this view. Contact a system administrator CRM (Microsoft CRM)' error
Usually, if I have a problem that takes some time to resolve, I blog about it to help other people who might have the same issue. After adding a new user to Dynamics 365 (on-premises) Despite ass...
Azure DevTest Labs Updates
Introduction All DevOps teams need different kinds of environments during the realization of a software system. The availability of environments is of great importance for the speed of delivering ...