NuKeeperDotNet / NuKeeper-AzureDevops-extension

NuKeeper AzureDevops and VSTS extension
12 stars 15 forks source link

Support GitHub Enterprise service connection type #51

Open sarah-m95 opened 4 years ago

sarah-m95 commented 4 years ago

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'

The error message: nukeeper bug