Skip to content

Instantly share code, notes, and snippets.

View azuredevopstips's full-sized avatar

Azure DevOps Tips and Tricks azuredevopstips

View GitHub Profile
@azuredevopstips
azuredevopstips / plantuml-pipeline.yaml
Created March 30, 2020 13:22
PlantUML Azure DevOps Pipeline
# 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
@azuredevopstips
azuredevopstips / PlantUML-Azure
Created March 31, 2020 21:44
Example PlantUML
@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
@azuredevopstips
azuredevopstips / PlantUML Headaer Footer.puml
Last active March 31, 2020 21:47
Header Footer for PlantUML
@azuredevopstips
azuredevopstips / AzurePlantUML
Created March 31, 2020 21:49
RicardoNiepel PlantUML link
!define AzurePuml https://raw.githubusercontent.com/RicardoNiepel/Azure-PlantUML/master/dist