GoogleCloudPlatform / buildpacks

Builders and buildpacks designed to run on Google Cloud's container platforms
Apache License 2.0
985 stars 146 forks source link

Feature request: support already-built dotnet3 code #113

Open jskeet opened 3 years ago

jskeet commented 3 years ago

Customers want to be able to run dotnet publish themselves within their CI/CD pipeline and use the artifacts from that for testing etc, and then deploy those artifacts to Google Cloud Functions (etc) without having to upload the source code and rebuild it.

This is a little like the Java support for deploying existing jar files.

The buildpack could check for the presence of Xyz.deps.json and Xyz.runtimeconfig.json files to detect this situation. (Along with a lack of csproj/vbproj/fsproj files.)

AshleyMedway commented 2 years ago

Any update on this? Could save us/you hours of build time per month :)

AshleyMedway commented 1 year ago

Killer feature for 2023? :)

AlbertoMonteiro commented 1 week ago

Someone found and workaround for this?