-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DotNetCoreInstaller] failing with "Cannot read property 'trim' of undefined" #9366
Comments
It looks like the error is coming from Tasks/DotNetCoreInstallerV0/releasesfetcher.ts#L31-L32 since it expects a key with a type prefix,
|
I am having the same issue |
Same here, also I tried rolling back to 2.2.1 and got
|
Hi @alski, as the document linked in the logs says(https://github.com/dotnet/core/blob/master/release-notes/releases.json), the sdk versions can be 2.2.103, 2.2.102, 2.2.101, 2.2.100, and a few other preview versions. You can rollback to one of these till the issue is fixed. 2.2.1 is a runtime version. Thanks |
Thanks @tejasd1990, I wasn't reading the releases.json properly, maybe we should re-order this
|
Hi, the error message improvement is done and would be deployed in about 3 weeks. Closing this issue. |
@tejasd1990 This is back for version 2.2.104... |
Environment
Server - Azure Pipelines
gitfool/Cake.Dungeon/blob/master/azure-pipelines.yml
Agent - Hosted:
Cake.Dungeon/Pipelines/Builds
Issue Description
Build has suddenly started failing with cannot read property 'trim' of undefined.
Task logs
log_14_119.zip
The text was updated successfully, but these errors were encountered: