Hi, I wonder, how do you publish pacts generated b...
# pact-net
o
Hi, I wonder, how do you publish pacts generated by consumer tests in .net ecosystem? E.g. in Java we have maven goal to do execute the tests and publish to the pact broker for us. I am looking for something similar but for .net, but I wasn’t able to google anything. gratitude thank you
y
Hey @Ondřej Hájek, The current recommendation for 4.x versions of pact-net is to use the Pact CLI directly rather than wrapping them
o
i see, thank you!