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
Alastair Smith
06/15/2020, 5:33 AM
@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
Wil Welsh
06/15/2020, 2:24 PM
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
Muhammd Naeem
06/23/2020, 6:58 AM
@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
Myles Johnson
06/30/2022, 12:34 PM
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.