If you write an app you probably need a way to store data. If you do it using a SQL Database (eg. SQL-Server) you need a way to change your … Continue Reading Update SQL Database using EF Core and Azure DevOps
I recently moved a build-job for our front-end library over to Azure Pipelines. This build-job builds multiple TypeScript projects where each one produces its own NPM package using the Lerna … Continue Reading Update Azure Pipeline BuildNumber using PowerShell
In TFS and VSTS one can create a whole list of triggers that particular build-jobs. In the drop-down one can select an existing branch and all done. But if you … Continue Reading Trigger TFS and VSTS buildjobs using wildcards
TFS or its cloud instance Visual Studio Team Services (VSTS) does have a very nice integration of GIT as a distributed version control system (DVCS). This is build into TFS … Continue Reading GIT Pull-Requests and Reviews in TFS/VSTS