Git STDERR confusing TFS build
Git outputs most of its messages into STDERR by design and TFS uses STDERR to fail its builds when you run the SSH on remote machine task. Bad combination right? …
Git outputs most of its messages into STDERR by design and TFS uses STDERR to fail its builds when you run the SSH on remote machine task. Bad combination right? …
Ever get confused trying to figure out how to do different kind of authentication flows correctly in Azure AD? I know I have. It doesn’t help that Microsoft has added …
Microsoft “recently” announced a new way of using key vault secrets that does not require any additional coding. Previously, you had to write your own webjobstartup class and initialize the …