vsts/templates/steps-ensure-e2e-fx-repo.yaml (9 lines of code) (raw):
steps:
- bash: |
mkdir ${HORTON_FRAMEWORKROOT} &&
cd ${HORTON_FRAMEWORKROOT} &&
git clone https://github.com/Azure/iot-sdks-e2e-fx . &&
git checkout $(Horton.FrameworkRef) &&
git log -1
displayName: "Clone e2efx repo"
condition: and(succeeded(), ne(variables['Build.SourcesDirectory'], variables['Horton.FrameworkRoot']))