Skip to content

Commit e228402

Browse files
Update pipeline to use 6.0 sdk
1 parent 9a2087e commit e228402

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

azure-pipelines.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ stages:
2222

2323
steps:
2424
- task: UseDotNet@2
25-
displayName: 'Use .NET Core SDK 5.x'
25+
displayName: 'Use .NET Core SDK 6.x'
2626
inputs:
27-
version: 5.x
27+
version: 6.x
2828

2929
- task: DotNetCoreCLI@2
3030
inputs:
@@ -77,6 +77,8 @@ stages:
7777
BUILD_NETSDK_VERSION: '3.1.x'
7878
NET_5_0:
7979
BUILD_NETSDK_VERSION: '5.0.x'
80+
NET_6_0:
81+
BUILD_NETSDK_VERSION: '6.x'
8082

8183
variables:
8284
BuildConfiguration: Release
@@ -136,6 +138,8 @@ stages:
136138
# BUILD_NETSDK_VERSION: '3.1.x'
137139
NET_5_0:
138140
BUILD_NETSDK_VERSION: '5.0.x'
141+
NET_6_0:
142+
BUILD_NETSDK_VERSION: '6.x'
139143

140144
variables:
141145
BuildConfiguration: Release
@@ -210,9 +214,9 @@ stages:
210214

211215
steps:
212216
- task: UseDotNet@2
213-
displayName: 'Use .NET Core SDK 5.0.x'
217+
displayName: 'Use .NET Core SDK 6.0.x'
214218
inputs:
215-
version: 5.0.x
219+
version: 6.x
216220

217221
- bash: /bin/bash -c "sudo $AGENT_HOMEDIRECTORY/scripts/select-xamarin-sdk.sh $(XamarinVersion)"
218222
displayName: Select Xamarin Version

0 commit comments

Comments
 (0)