Browse Source

Update SDKs

pull/13213/head
Max Katz 2 years ago
parent
commit
8d38cdf0ba
  1. 10
      azure-pipelines-integrationtests.yml
  2. 8
      azure-pipelines.yml

10
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'

8
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'

Loading…
Cancel
Save