Devops Pipeline ignores global.json rollForward
Our deployment pipelines were not using the latest .NET because of this bug link. "rollForward": "latestFeature" is ignored and it always uses the declared version. The workaround is to not use useGlobalJson: true
Continue reading...