Platform for running automated workflows between external services.
./init.shFrom a bash shell:
./scripts/create_integration.sh <integration-name>Local restores use nuget.config with artifacts/nuget as a package source.
Build local packages with:
./scripts/build_local_nuget.shFor production restores, use nuget.prod.config:
dotnet restore --configfile nuget.prod.configMIT - see LICENSE.