Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.54 KB

README.md

File metadata and controls

25 lines (19 loc) · 1.54 KB

pbi-tools Deployment Demo: https://pbi.tools/devops/

Using pbi-tools deploy with Azure Pipelines.

Setup

Branching Model

This deployment demo implements a branching strategy in which specific branches are linked to environments. Deployments are triggered when changes are pushed into the respective branches.

Branch Pattern Environment Workspace
Release/* 1_Development pbi-tools Demo [Dev]
uat 2_Staging pbi-tools Demo [Staging]
main 3_Production pbi-tools Demo [Production]