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