Does anybody have an example azure-pipelines.yml f...
# general
w
Does anybody have an example azure-pipelines.yml for an azure devops ci/cd pipeline with pact? Trying to figure out how hard a pact proof of concept for my team in that ci/cd system would be.
a
@Wil Welsh what’s your runtime environment? We’re using Pact with Azure Functions. I’d be happy to share our pipeline structure, but there’s a lot of “noise” for Functions vs. “signal” for Pact.
w
We're using angular UI with .net core asp.net webapi microservices using an NServiceBus Esb. They are deployed to on prem services. Hopefully we will be moving to openshift next year.
m
@Alastair Smith I'm also working on a POC for my team to use Pact with NodeJS based Azure Functions. It would be great if you can share a sample pipeline structure. Thanks
m
I'm still looking! An example azure-pipelines.yml for an azure devops ci/cd pipeline would be most useful. All the examples I can find are for Jenkins etc.