Combining multiple repositories with Azure DevOps pipeline (IV)

Build the front-end project
Go back to the YAML file editing interface and find this step.
steps:
– checkout: Angular
displayName: ‘checkout Angular’
Add the following 2 tasks below the step.
– task: Npm@1
displayName: ‘npm install’
inputs:
c… Continue reading Combining multiple repositories with Azure DevOps pipeline (IV)

Combining multiple repositories with Azure DevOps pipeline (III)

Introduce the second source repository
Let’s go back to the YAML file editing interface and add the following paragraph after the trigger:- master segment at the beginning of the file:
resources:
repositories:
– repository: Angular
name: &l… Continue reading Combining multiple repositories with Azure DevOps pipeline (III)

[Guest Blog] At the Intersection of Mixed Reality and Business Applications: My Career Journey

This article is written by Martin Heward, a Microsoft employee and long time professional in Business Applications, who shares his biz apps to mixed reality journey as a part of our Humans of Mixed Reality series. This blog is formatted in a Q&amp… Continue reading [Guest Blog] At the Intersection of Mixed Reality and Business Applications: My Career Journey

[Guest Blog] Hypotheses and High Hopes: How ’empower everyone’ can really mean everyone

This blog was written by MVP, Paul Culmsee. Paul explains how he came to guide many non IT people into Power Platform experts, and what he has learnt along the way. Paul has a proven track record of developing world-class Power Platform talent thr… Continue reading [Guest Blog] Hypotheses and High Hopes: How ’empower everyone’ can really mean everyone