RamblingCookieMonster / BuildHelpers

Helper functions for PowerShell CI/CD scenarios
MIT License
214 stars 47 forks source link

Added function to create persistent variable for VSTS task #94

Closed lipkau closed 5 years ago

lipkau commented 5 years ago

closes #14

RamblingCookieMonster commented 5 years ago

lgtm, thanks!

lipkau commented 5 years ago

@vexx32 : I am not convinced it was this PR that broke your pipeline.

I also have no idea which value could not be castable to string. I created PR #95. This adds -Verbose to the command and we can debug this. sorry for the inconvenience.

lipkau commented 5 years ago

ok. I've got it. CommitMessage is the entry that is causing the error. I didn't notice because I am used to running SetBuildEnv with -ea 0

lipkau commented 5 years ago

problem fixed in #95

vexx32 commented 5 years ago

Appreciate it very much, thank you!

Not a huge deal for me personally, but I'm sure others could have been affected as well, so thank you! ❤️