Peter Bajurny
Peter Bajurny
Well that probably explains why that code was using Git instead of just pulling the details from Environment variables. So I assume in this case you're in a release pipeline,...
Ok, so this is my fault, because I passed in a directory when the command was expecting a revision, and that caused all sorts of unintended weirdness. Ironically I made...
So I think that sort of works but it's kind of dancing around the problem maybe. The path passed in will ultimately get passed to Invoke-Git and if you dig...
The thing is, it _is_ obeyed, as long we pass a commit hash and not a directory into git log. The root of the problem is that a directory was...
So, ok, spent 2 whole minutes thinking about it and... I think we're both right? If you're not using the builtin git steps then are variables like BUILD_SOURCEVERSION and BUILD_SOURCEVERSIONMESSAGE...
I'm thinking about this more (WHY HAVE I BECOME OBSESSED WITH THIS) and I'm wracking my brain trying to figure out how a path "hint" could be useful. Like, what...
Should probably be possible. AppVeyor has 5 variables that get set in the case of a pull request. Gitlab CI calls these merge requests and has a bunch of variables...
well whatdya know, I now found myself needing to know if I'm in a PR or not, so I guess I'm gonna write this one too
@bryan5989 what Ci system do you use?
Well that's two environments I don't use, so that'll be two more environments that some can actually validate