File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ stages:
22
22
23
23
steps :
24
24
- task : UseDotNet@2
25
- displayName : ' Use .NET Core SDK 5 .x'
25
+ displayName : ' Use .NET Core SDK 6 .x'
26
26
inputs :
27
- version : 5 .x
27
+ version : 6 .x
28
28
29
29
- task : DotNetCoreCLI@2
30
30
inputs :
@@ -77,6 +77,8 @@ stages:
77
77
BUILD_NETSDK_VERSION : ' 3.1.x'
78
78
NET_5_0 :
79
79
BUILD_NETSDK_VERSION : ' 5.0.x'
80
+ NET_6_0 :
81
+ BUILD_NETSDK_VERSION : ' 6.x'
80
82
81
83
variables :
82
84
BuildConfiguration : Release
@@ -136,6 +138,8 @@ stages:
136
138
# BUILD_NETSDK_VERSION: '3.1.x'
137
139
NET_5_0 :
138
140
BUILD_NETSDK_VERSION : ' 5.0.x'
141
+ NET_6_0 :
142
+ BUILD_NETSDK_VERSION : ' 6.x'
139
143
140
144
variables :
141
145
BuildConfiguration : Release
@@ -210,9 +214,9 @@ stages:
210
214
211
215
steps :
212
216
- task : UseDotNet@2
213
- displayName : ' Use .NET Core SDK 5 .0.x'
217
+ displayName : ' Use .NET Core SDK 6 .0.x'
214
218
inputs :
215
- version : 5.0 .x
219
+ version : 6 .x
216
220
217
221
- bash : /bin/bash -c "sudo $AGENT_HOMEDIRECTORY/scripts/select-xamarin-sdk.sh $(XamarinVersion)"
218
222
displayName : Select Xamarin Version
You can’t perform that action at this time.
0 commit comments