diff --git a/azure-pipelines-integrationtests.yml b/azure-pipelines-integrationtests.yml index 939d09c959..39923ca781 100644 --- a/azure-pipelines-integrationtests.yml +++ b/azure-pipelines-integrationtests.yml @@ -5,15 +5,15 @@ jobs: steps: - task: UseDotNet@2 - displayName: 'Use .NET Core SDK 6.0.404' + displayName: 'Use .NET Core SDK 6.0.415' inputs: - version: 6.0.404 + version: 6.0.415 - task: UseDotNet@2 - displayName: 'Use .NET Core SDK 7.0.101' + displayName: 'Use .NET Core SDK 7.0.402' inputs: - version: 7.0.101 - + version: 7.0.402 + - script: system_profiler SPDisplaysDataType |grep Resolution displayName: 'Get Resolution' diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 12cfdd015f..345378dbf2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -30,14 +30,14 @@ jobs: vmImage: 'ubuntu-20.04' steps: - task: UseDotNet@2 - displayName: 'Use .NET Core SDK 6.0.404' + displayName: 'Use .NET Core SDK 6.0.415' inputs: - version: 6.0.404 + version: 6.0.415 - task: UseDotNet@2 - displayName: 'Use .NET Core SDK 7.0.101' + displayName: 'Use .NET Core SDK 7.0.402' inputs: - version: 7.0.101 + version: 7.0.402 - task: CmdLine@2 displayName: 'Install Workloads'