dotnet-core-buildpack/1.0.4
You can find the source of this version on GitHub at cloudfoundry/dotnet-core-buildpack-release. It was created based on the commit 8274ae81
.
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "dotnet-core-buildpack" version: "1.0.4" url: "https://bosh.io/d/github.com/cloudfoundry/dotnet-core-buildpack-release?v=1.0.4" sha1: "5f470b69c966e48de8be5e16385e2efeb4c9051f"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 5f470b69c966e48de8be5e16385e2efeb4c9051f \ "https://bosh.io/d/github.com/cloudfoundry/dotnet-core-buildpack-release?v=1.0.4"