# 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

name: $(Build.SourceVersion)
jobs:
- job: Windows
  pool:
    vmImage: 'vs2017-win2016'
  variables:
    FLEXDLL_RELEASE_FOLDER: "C:/_flexdll_release"
  steps:
  - template: esy-build-steps.yml
