project-everest / everest-ci

CI scripts for project everest
3 stars 8 forks source link

figure out how to get the branch we're building from VSTS #15

Closed msprotz closed 7 years ago

msprotz commented 7 years ago

Right now there's a lot of git wizardry involved to recover an approximate notion of the branch we're building from the state of the repository that VSTS set us in. There ought to be a way to get that information passed to the script...!

vkanne-msft commented 7 years ago

https://www.visualstudio.com/en-us/docs/build/define/variables

msprotz commented 7 years ago

Fixed by 7635ddc