1 changed files with 14 additions and 0 deletions
@ -0,0 +1,14 @@ |
|||||
|
# Starter pipeline |
||||
|
# Start with a minimal pipeline that you can customize to build and deploy your code. |
||||
|
# Add steps that build, run tests, deploy, and more: |
||||
|
# https://aka.ms/yaml |
||||
|
|
||||
|
trigger: |
||||
|
- master |
||||
|
|
||||
|
pool: |
||||
|
vmImage: 'windows-2019' |
||||
|
|
||||
|
steps: |
||||
|
- script: build.cmd test |
||||
|
displayName: 'Build & Test' |
||||
Loading…
Reference in new issue