-
Notifications
You must be signed in to change notification settings - Fork 811
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
Publish to NuGet for Csharp SDK #1753
Publish to NuGet for Csharp SDK #1753
Conversation
@rcreasey @Reousa PTAL and let me know if this all looks good to you. Also @Reousa , is it possible we can take over ownership of https://www.nuget.org/packages/AgonesSDK/ ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! Exciting!
Build Failed 😱 Build Id: 834e84d4-2ec5-43e0-9653-989a9f2d1dad To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Failed 😱 Build Id: 09d0e346-fef5-4296-9c15-a1cc743011dd To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Weird, I think the Rust SDK is failing suddeny? |
Hmnn, Rust conformance test worked locally just fine. I am confused. |
Aha! Replicated by deleting the Cargo.lock in test/rust
|
Build Failed 😱 Build Id: 4f846cf8-854e-4591-9544-8701f1de547a To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
This is the bug! |
Build Succeeded 👏 Build Id: a660eed8-f00e-4d1d-ad35-9db4fe9c900a The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
That's excellent! |
@Reousa: changing LGTM is restricted to collaborators In response to this: Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
LGTM. @markmandel let me know which account to pass ownership to, will get it done asap! Appologies I haven't been able to contribute my part recently, things have been hectic! 🙏 |
@Reousa the account is https://www.nuget.org/profiles/agones Thanks so much! I'll get this published as soon as we make the switch over 👍 |
https://www.nuget.org/packages/AgonesSDK/1.8.0-rc Is up, and validating! Since I'm releasing 1.8.0 today, I will update this PR to 1.8.0 post release, but that means we will be able to get a 1.8.0 NuGet release out shortly after the stable Agones release. |
Gentle bump to reviewer with approval permissions - can we get this in, and then I can publish the 1.8.0 NuGet package as well. (and create a ticket to update the docs as well) |
Implements build tools and release process for publishing the SDK to Nuget. Once the package is live, we can update the Csharp SDK documentation to match (also, I shouldn't be the person to write it, as I'm only doing this PR as I have access to all the accounts)
Build Succeeded 👏 Build Id: f03bb0a2-208e-4432-a46b-f97c9fbf6598 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
ac40072
to
e927fdc
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: markmandel, rcreasey, Reousa, roberthbailey The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Build Succeeded 👏 Build Id: be710dca-f206-4c5b-a25b-70bc5ac5bd21 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Implements build tools and release process for publishing the SDK to Nuget. Once the package is live, we can update the Csharp SDK documentation to match (also, I shouldn't be the person to write it, as I'm only doing this PR as I have access to all the accounts)
What type of PR is this?
/kind feature
What this PR does / Why we need it:
Implements build tools and release process for publishing the SDK to Nuget.
Which issue(s) this PR fixes:
N/A
Special notes for your reviewer:
Once the package is live, we can update the Csharp SDK documentation to
match (also, I shouldn't be the person to write it, as I'm only doing
this PR as I have access to all the accounts)