File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -134,9 +134,12 @@ from that top-level directory instead of from the function's project
134134directory. You also need to use the ` --set-build-env-vars ` command
135135line flag to specify the ` GOOGLE_BUILDABLE ` build-time environment
136136variable. This tells the Google Cloud Functions deployment process
137- which project to build and deploy. Note that the ` GOOGLE_BUILDABLE `
138- environment variable value is case-sensitive, and should match the
139- directory and file names used.
137+ the path to the project to build and deploy. Note that the
138+ ` GOOGLE_BUILDABLE ` environment variable value is case-sensitive,
139+ and should match the directory and file names used. Additionally,
140+ note that the value is the path to the project, * not* a .NET assembly
141+ name or namespace. (In many cases these will be the same, but not
142+ always.)
140143
141144When deploying a function with multiple projects, it's important to
142145make sure you have a suitable
Original file line number Diff line number Diff line change @@ -474,7 +474,9 @@ This uses the [.gcloudignore
474474file in the examples directory] ( ../examples/.gcloudignore ) to avoid uploading already-built
475475binaries.
476476
477- Note that the ability to set build environment variables is currently in beta.
477+ Note that the ` GOOGLE_BUILDABLE ` value is a path to the relevant
478+ project; in this case it just happens to be the name of the resulting
479+ assembly.
478480
479481## LocalNuGetPackageFunction and LocalNuGetPackageCode
480482
You can’t perform that action at this time.
0 commit comments