Skip to content

Commit

Permalink
Merge pull request #280 from novotnyllc/update-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
clairernovotny committed Dec 17, 2021
2 parents 9a2087e + e228402 commit 71f3071
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions azure-pipelines.yml
Expand Up @@ -22,9 +22,9 @@ stages:

steps:
- task: UseDotNet@2
displayName: 'Use .NET Core SDK 5.x'
displayName: 'Use .NET Core SDK 6.x'
inputs:
version: 5.x
version: 6.x

- task: DotNetCoreCLI@2
inputs:
Expand Down Expand Up @@ -77,6 +77,8 @@ stages:
BUILD_NETSDK_VERSION: '3.1.x'
NET_5_0:
BUILD_NETSDK_VERSION: '5.0.x'
NET_6_0:
BUILD_NETSDK_VERSION: '6.x'

variables:
BuildConfiguration: Release
Expand Down Expand Up @@ -136,6 +138,8 @@ stages:
# BUILD_NETSDK_VERSION: '3.1.x'
NET_5_0:
BUILD_NETSDK_VERSION: '5.0.x'
NET_6_0:
BUILD_NETSDK_VERSION: '6.x'

variables:
BuildConfiguration: Release
Expand Down Expand Up @@ -210,9 +214,9 @@ stages:

steps:
- task: UseDotNet@2
displayName: 'Use .NET Core SDK 5.0.x'
displayName: 'Use .NET Core SDK 6.0.x'
inputs:
version: 5.0.x
version: 6.x

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

0 comments on commit 71f3071

Please sign in to comment.