Skip to content

Commit

Permalink
Upgrading sdks (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickrandolph authored May 31, 2020
1 parent 639c746 commit 8d38f5a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions azure/stages/build-xamarin-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,14 @@ parameters:
type: stepList
default: []

# nuget_version - (Optional) Use to override the NuGet version (defaults to 4.4.1)
# nuget_version - (Optional) Use to override the NuGet version (defaults to 5.6.0)
- name: nuget_version
type: string
default: '4.4.1'
# net_core_version - (Optional) Use to override the .NET Core version (defaults to 3.0.x)
default: '5.6.0'
# net_core_version - (Optional) Use to override the .NET Core version (defaults to 3.1.x)
- name: net_core_version
type: string
default: '3.0.x'
default: '3.1.x'

stages:
- stage: ${{ parameters.stage_name }}
Expand Down
12 changes: 6 additions & 6 deletions azure/stages/build-xamarin-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,18 +99,18 @@ parameters:
type: stepList
default: []

# nuget_version - (Optional) Use to override the NuGet version (defaults to 4.4.1)
# nuget_version - (Optional) Use to override the NuGet version (defaults to 5.6.0)
- name: nuget_version
type: string
default: '4.4.1'
# net_core_version - (Optional) Use to override the .NET Core version (defaults to 3.0.x)
default: '5.6.0'
# net_core_version - (Optional) Use to override the .NET Core version (defaults to 3.1.x)
- name: net_core_version
type: string
default: '3.0.x'
# xamarin_sdk_version - (Optional) Use to override the Xamarin SDK version (defaults to 6.4.0)
default: '3.1.x'
# xamarin_sdk_version - (Optional) Use to override the Xamarin SDK version (defaults to 6.8.0)
- name: xamarin_sdk_version
type: string
default: '6_4_0'
default: '6_8_0'



Expand Down
4 changes: 2 additions & 2 deletions azure/stages/build-xamarin-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ parameters:
type: stepList
default: []

# nuget_version - (Optional) Use to override the NuGet version (defaults to 4.4.1)
# nuget_version - (Optional) Use to override the NuGet version (defaults to 5.6.0)
- name: nuget_version
type: string
default: '4.4.1'
default: '5.6.0'

stages:
- stage: ${{ parameters.stage_name }}
Expand Down

0 comments on commit 8d38f5a

Please sign in to comment.