1#!/bin/bash 2 3if git diff --name-only HEAD~1 HEAD | grep ChangeLog; then 4 echo "##vso[task.setvariable variable=RunTests;isOutput=true]true" 5fi