Skip to content

Not getting GenerateReleasenotes testconsole to work - UnhandledPromiseRejectionWarning #1102

Answered by rfennell
holtsmeister asked this question in Q&A
Discussion options

You must be logged in to vote

That command line looks fine. The issue is not the command line but the configuration file.

I can see from the log you are trying to connect to my test Azure DevOps instance, which I am sure is not what you are trying to do

Creating Azure DevOps API connections for https://dev.azure.com/richardfennell with 'allowRetries' set to 'true' and 'maxRetries' count to '3'

You need to look at the contents of build-settings.json. It holds all the configuration information that Azure DevOps would normally provide e.g. environment variables such as the service URL, team project, build ids etc and task parameters.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@holtsmeister
Comment options

@rfennell
Comment options

Answer selected by holtsmeister
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment