-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release Google.Api.CommonProtos version 2.12.0 #730
Conversation
Changes since 2.11.0: - The package contains the original protos, in contents/protos. Build targets in the package set the `GoogleApiCommonProtos_ProtosPath` msbuild property, and if `IncludeGoogleApiCommonProtos` is set to the value `true` in the project, the `Protobuf_StandardImportsPath` property is updated to include it before the `Protobuf_BeforeCompile` target is executed. (This should make the package easier to work with from Grpc.Tools.)
|
Triggered job: cloud-sharp/gax-dotnet/gcp_windows/autorelease (2023-10-11T19:47:36.607Z) To trigger again, remove the autorelease: triggered label (in a few minutes). |
The release build has started; the log can be viewed here. |
Release build succeeded. |
The release build has started; the log can be viewed here. |
The release build failed! Please investigate! |
Will look into this tomorrow. |
This is the same as always with releases from Gax. The release triggered twice, one succeeded that other failed. Here's the updated package: https://www.nuget.org/packages/Google.Api.CommonProtos |
Ah, phew :) |
Changes since 2.11.0:
GoogleApiCommonProtos_ProtosPath
msbuild property, and ifIncludeGoogleApiCommonProtos
is set to the valuetrue
in the project, theProtobuf_StandardImportsPath
property is updated to include it before theProtobuf_BeforeCompile
target is executed. (This should make the package easier to work with from Grpc.Tools.)