Join Slack
Powered by
do net pact how to publish pact contract to pact ...
# pact-net
t
Tushar
07/14/2023, 3:33 PM
do net pact how to publish pact contract to pact flow broker .Please send steps and code
y
Yousaf Nabi (pactflow.io)
07/14/2023, 3:35 PM
pact-net v4+ does not support pact broker client tool functionality anymore, you need to install the pact-cli tools. The docs for publishing are here
https://docs.pact.io/pact_broker/client_cli/readme#pacts
t
Tushar
07/14/2023, 3:40 PM
sry i want code for pact flow .
y
Yousaf Nabi (pactflow.io)
07/14/2023, 3:45 PM
its the same command, you just pass it your token rather than a username and password and your broker url
Yousaf Nabi (pactflow.io)
07/14/2023, 3:48 PM
You can see it being used here in our
dotnet example
https://github.com/pactflow/example-consumer-dotnet/blob/master/Makefile#L42
Open in Slack
Previous
Next