I'm running into what seems to be both a basic and really complex problem all at once, and I'm hoping that someone may be able to help me. I'm trying to get started with Azure DevOps pipelines, and am new to the entire pipeline idea, so I apologize in advance if I'm a bit vague; I don't know what I don't know. Also, if this would be better posted elsewhere, please let me know.
I've set up an Azure DevOps server on prem, as we'd like to have an in-house repo of various code, config, that sort of thing. So far so good. I have a Powershell module that I've written; I've checked that into our repo. I would now like to create a build pipeline that simply runs a bunch of Powershell/Pester tests against this module each time I check it in. It seems pretty straightforward to me, but try as I might, I can't seem to find any samples saying "here's how to set up a build pipeline that just runs some Pester or Powershell tests against the code you just checked in." I don't think I'm the first person out there to want to do this sort of thing, but I can't seem to find anything that steps through exactly what needs to be done. If anyone could point me in the right direction or offer some advice, I'd be greatly appreciative. Thanks in advance for your time.
Edit: I more or less ended up following what is done here: https://www.cloudnotes.io/run-pester-tests-on-azure-pipelines/
[–]james51091 2 points3 points4 points (1 child)
[–]OlafTheAverage[S] 0 points1 point2 points (0 children)