Skip to content
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

Update Octopus.Server.Client and remove PushMetadata command #261

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

APErebus
Copy link
Contributor

@APErebus APErebus commented Sep 16, 2024

Projects with using Config-as-Code with GitHub connections fail to create releases as it doesn't know how to handle GitHub connections.

This PR updates Octopus.Server.Client to the latest version.

As a result, the PushMetadataCommand had to be removed as we don't support package metadata anymore (it was converted to build information).

@@ -12,14 +12,21 @@
<ProjectReference Include="..\Octo\Octo.csproj" />
</ItemGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<NoWarn>CS0618</NoWarn>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Almost all the repository methods have the Obsolete warning for not using the overload with the CancellationToken

Copy link

@MissedTheMark MissedTheMark left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants