Skip to content

Commit

Permalink
Update to Cake 0.35.0 and .NET Core SDK 3.0.100
Browse files Browse the repository at this point in the history
  • Loading branch information
devlead committed Oct 21, 2019
1 parent b528c9d commit a90b59e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ osx_image: xcode9.2
mono:
- 4.4.2

dotnet: 2.1.3
dotnet: 3.0.100

before_install:
- git fetch --unshallow # Travis always does a shallow clone, but GitVersion needs the full history including branches and tags
- git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*"
- git fetch origin
- git fetch origin

script:
- ./build.sh --target=Test
4 changes: 2 additions & 2 deletions build.config
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
CAKE_VERSION=0.34.1
DOTNET_VERSION=3.0.100-rc1-014190
CAKE_VERSION=0.35.0
DOTNET_VERSION=3.0.100
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"src"
],
"sdk": {
"version": "3.0.100-rc1-014190"
"version": "3.0.100"
}
}

0 comments on commit a90b59e

Please sign in to comment.