Apparently this is possible for Java apps with Gradle.
I don't want to have to run some separate script for publishing my pact contract for my .net core apps.
How do I publish my pact contract during dotnet build
?
This might be outside the scope of my question but can I publish contracts to s3 this way too?