Hi im trying to implement pact net for our project...
# pact-net
s
Hi im trying to implement pact net for our project, for publish pact im using docker cli n pact broker docker image but it always throwing me the file doesnt exist eventhough the pact file exists. could someone please help me what i am missing here I am using CLI as below
Copy code
docker run --rm -e PACT_BROKER_BASE_URL pactfoundation/pact-cli:latest publish C:\Users\sasye\RiderProjects\pact-workshop-dotnet-core-v3\pacts\ApiClient-ProductService.json --consumer-app-version 1.0.0

Specified pact file 'C:/Users/sasye/RiderProjects/pact-workshop-dotnet-core-v3/pacts/ApiClient-ProductService.json' does not exist. This sometimes indicates one of the arguments has been specified with the wrong name and has been incorrectly identified as a file path.