Not getting GenerateReleasenotes testconsole to work - UnhandledPromiseRejectionWarning #1102
-
I'm trying to launch the testconsole, as seen at 41:06 here: https://www.youtube.com/watch?v=xaV3dFoQdV8&ab_channel=DeveloperDays I tried creating a new PAT token on my Azure account with full access, and wrote the following command (dummy pat):
Getting this log with an error. Am I using the pat token in the wrong way? You didn't elaborate much on it in the video. ##vso[task.debug]agent.TempDirectory=undefined |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
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
You need to look at the contents of |
Beta Was this translation helpful? Give feedback.
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
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.