1 changed file
azure-pipelines.yml | ||
Add comment 4 # https://aka.ms/yaml
Add comment 5
Add comment 6 pool:
Add comment 7 Minus vmImage: 'Ubuntu 16.04'
Add comment 7 Plus vmImage: 'vs2017-win2016'
Add comment 8
Add comment 9 steps:
Add comment 10 - script: echo Hello, world!