This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Pipeline to create PNG files within code | |
# https://azuredevops.tips/2020/03/04/generate-plantuml-in-pipeline/ | |
# Line 31 & 32 need to be modified | |
pool: | |
vmImage: 'vs2017-win2016' | |
trigger: | |
batch: true | |
workspace: | |
clean: all |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@startuml | |
title: Example Azure DevOps | |
!define AzurePuml https://raw.githubusercontent.com/RicardoNiepel/Azure-PlantUML/master/dist | |
!includeurl AzurePuml/AzureCommon.puml | |
!includeurl AzurePuml/DevOps/AzureArtifacts.puml | |
!includeurl AzurePuml/DevOps/AzureDevOps.puml | |
!includeurl AzurePuml/DevOps/AzurePipelines.puml | |
!includeurl AzurePuml/DevOps/AzureRepos.puml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!define AzurePuml https://raw.githubusercontent.com/RicardoNiepel/Azure-PlantUML/master/dist |