Description:
action for the following global.json is broken, seems because of this change
{
"sdk": {
"version": "8.0",
"rollForward": "latestFeature"
}
}
Platform:
Runner type:
Repro steps:
Use global.json without feature version specified
{
"sdk": {
"version": "8.0",
"rollForward": "latestFeature"
}
}
Expected behavior:
Should setup dotnet with no issues
Actual behavior:
Error: Cannot read properties of undefined (reading 'substring')
Description:
action for the following global.json is broken, seems because of this change
Platform:
Runner type:
Repro steps:
Use global.json without feature version specified
Expected behavior:
Should setup dotnet with no issues
Actual behavior:
Error: Cannot read properties of undefined (reading 'substring')