Service-Fabric-POA/azure-pipelines.yml

13 строки
173 B
YAML

trigger:
- master
pool:
vmImage: 'VS2017-Win2016'
steps:
- task: PowerShell@2
displayName: 'Build Code'
inputs:
targetType: filePath
filePath: './build.ps1'