diff --git a/plugins/octopus-deploy/src/index.ts b/plugins/octopus-deploy/src/index.ts index 2b39431606..b5134c9ca2 100644 --- a/plugins/octopus-deploy/src/index.ts +++ b/plugins/octopus-deploy/src/index.ts @@ -16,6 +16,7 @@ export { octopusDeployPlugin, EntityOctopusDeployContent, + OctopusDeployDropdownFieldExtension, isOctopusDeployAvailable, } from './plugin'; diff --git a/plugins/octopus-deploy/src/plugin.ts b/plugins/octopus-deploy/src/plugin.ts index ebb3238254..ac6f1e5981 100644 --- a/plugins/octopus-deploy/src/plugin.ts +++ b/plugins/octopus-deploy/src/plugin.ts @@ -66,6 +66,7 @@ export const EntityOctopusDeployContent = octopusDeployPlugin.provide( }), ); +/** @public */ export const OctopusDeployDropdownFieldExtension = octopusDeployPlugin.provide( createScaffolderFieldExtension({ name: 'OctopusDeployProjectGroupDropdown',