Ubuntu – My Azure-pipiline fail with the message "Version 8.0.101 of the .NET SDK requires at least version 17.7.0 of MSBuild"
I've encountered an issue with this Azure pipeline: trigger: - integration pool: vmImage: 'Ubuntu-22.04' variables: buildConfiguration: 'Release' stages: - stage: ContinousIntegration jobs: - job: BuildTestAndPublish displayName: 'Build, Test and Publish the app' steps: - checkout: self # Tâche pour mettre…