From 8d38cdf0baf78a7cdc2648ee27cb676cf7ebf5cd Mon Sep 17 00:00:00 2001 From: Max Katz Date: Wed, 11 Oct 2023 18:45:24 -0700 Subject: [PATCH] Update SDKs --- azure-pipelines-integrationtests.yml | 10 +++++----- azure-pipelines.yml | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) 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'