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
134
134
directory. You also need to use the ` --set-build-env-vars ` command
135
135
line flag to specify the ` GOOGLE_BUILDABLE ` build-time environment
136
136
variable. 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.)
140
143
141
144
When deploying a function with multiple projects, it's important to
142
145
make sure you have a suitable
Original file line number Diff line number Diff line change @@ -474,7 +474,9 @@ This uses the [.gcloudignore
474
474
file in the examples directory] ( ../examples/.gcloudignore ) to avoid uploading already-built
475
475
binaries.
476
476
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.
478
480
479
481
## LocalNuGetPackageFunction and LocalNuGetPackageCode
480
482
You can’t perform that action at this time.
0 commit comments