Skip to content

Commit

Permalink
Build: attempt to use .Net Core SDK 2.2.103
Browse files Browse the repository at this point in the history
  • Loading branch information
cdrnet committed Jan 27, 2019
1 parent 5179bc6 commit 015dcd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ env:

sudo: required #false
dist: trusty
dotnet: 2.2.100
dotnet: 2.2.103
mono:
- latest
os:
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ image: Visual Studio 2017
init:
- git config --global core.autocrlf true
install:
# Download .NET Core SDK 2.1.403 and add to PATH
- ps: $urlCurrent = "https://dotnetcli.azureedge.net/dotnet/Sdk/2.2.100/dotnet-sdk-2.2.100-win-x64.zip"
# Download .NET Core SDK 2.2.103 and add to PATH
- ps: $urlCurrent = "https://dotnetcli.azureedge.net/dotnet/Sdk/2.2.103/dotnet-sdk-2.2.103-win-x64.zip"
- ps: $env:DOTNET_INSTALL_DIR = "$pwd\.dotnetsdk"
- ps: mkdir $env:DOTNET_INSTALL_DIR -Force | Out-Null
- ps: $tempFileCurrent = [System.IO.Path]::GetTempFileName()
Expand Down

0 comments on commit 015dcd7

Please sign in to comment.