-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
I am trying to run the Nukeeper extension against an instance of GitHub Enterprise. However, when I set the gitHubConnection parameter to consume my GitHub Enterprise service connection, I'm told the plug-in doesn't support GitHub Enterprise connections. Would it be possible to add that as a feature? For clarity, "GitHub Enterprise" is the name of my service connection in DevOps.
My YAML:
- task: NuKeeper@0
inputs:
arguments: '--api=https://github.<my org name>.com/api/v3 --change minor --consolidate --maxpackageupdates 5 --fork SingleRepositoryOnly --include ".*" --exclude "!.*" --verbosity Detailed'
targetFolder: 'src'
version: '0.*'
gitHubConnection: 'GitHub Enterprise'
Metadata
Metadata
Assignees
Labels
No labels