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:
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
You can’t perform that action at this time.
0 commit comments