Skip to content

Commit

Permalink
updated to latest LTS sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed Dec 7, 2018
1 parent 0c9018a commit 9b22496
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: csharp
sudo: required
dist: trusty
dotnet: 2.1.403
dotnet: 2.1.500
mono:
- latest
os:
Expand Down
12 changes: 6 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ jobs:
vmImage: 'macOS 10.13'
steps:
- task: DotNetCoreInstaller@0
displayName: 'Use .NET Core sdk 2.1.403'
displayName: 'Use .NET Core sdk 2.1.500'
inputs:
version: 2.1.403
version: 2.1.500
- powershell: ./build.ps1 -script build.cake -target Default
displayName: 'Cake build'
- job: Linux
pool:
vmImage: 'Ubuntu 16.04'
steps:
- task: DotNetCoreInstaller@0
displayName: 'Use .NET Core sdk 2.1.403'
displayName: 'Use .NET Core sdk 2.1.500'
inputs:
version: 2.1.403
version: 2.1.500
- task: UseRubyVersion@0
inputs:
addToPath: true # Optional
Expand All @@ -27,9 +27,9 @@ jobs:
vmImage: 'VS2017-Win2016'
steps:
- task: DotNetCoreInstaller@0
displayName: 'Use .NET Core sdk 2.1.403'
displayName: 'Use .NET Core sdk 2.1.500'
inputs:
version: 2.1.403
version: 2.1.500
- task: UseRubyVersion@0
inputs:
addToPath: true # Optional
Expand Down
1 change: 1 addition & 0 deletions build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#addin "nuget:?package=Newtonsoft.Json&version=9.0.1"

// Install tools.
#tool "nuget:?package=GitReleaseManager&version=0.7.1"
#tool "nuget:?package=NUnit.ConsoleRunner&version=3.9.0"
#tool "nuget:?package=GitReleaseNotes&version=0.7.1"
#tool "nuget:?package=ILRepack&version=2.0.16"
Expand Down
2 changes: 1 addition & 1 deletion src/global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sdk": {
"version": "2.1.403"
"version": "2.1.500"
}
}

0 comments on commit 9b22496

Please sign in to comment.