diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e2cac22ec4..4cf9c7d4c4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -96,9 +96,9 @@ jobs: SolutionDir: '$(Build.SourcesDirectory)' steps: - task: UseDotNet@2 - displayName: 'Use .NET Core SDK 5.0.408' + displayName: 'Use .NET Core SDK 5.0.402' inputs: - version: 5.0.408 + version: 5.0.402 - task: CmdLine@2 displayName: 'Install Nuke'