ci: Reenable step timings on AppVeyor
This was accidentally regressed in #60777 by accident, and we've stopped printing out step timings on AppVeyor recently reducing the ability for us to track build times over time!
This commit is contained in:
parent
7096ff0ce1
commit
b87bad7e36
@ -35,6 +35,8 @@ function isOSX {
|
||||
function getCIBranch {
|
||||
if [ "$TRAVIS" = "true" ]; then
|
||||
echo "$TRAVIS_BRANCH"
|
||||
elif [ "$APPVEYOR" = "True" ]; then
|
||||
echo "$APPVEYOR_REPO_BRANCH"
|
||||
else
|
||||
echo "$BUILD_SOURCEBRANCHNAME"
|
||||
fi;
|
||||
|
Loading…
x
Reference in New Issue
Block a user