Skip to content

Commit a90b59e

Browse files
committed
Update to Cake 0.35.0 and .NET Core SDK 3.0.100
1 parent b528c9d commit a90b59e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ osx_image: xcode9.2
1313
mono:
1414
- 4.4.2
1515

16-
dotnet: 2.1.3
16+
dotnet: 3.0.100
1717

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

2323
script:
2424
- ./build.sh --target=Test

build.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env bash
2-
CAKE_VERSION=0.34.1
3-
DOTNET_VERSION=3.0.100-rc1-014190
2+
CAKE_VERSION=0.35.0
3+
DOTNET_VERSION=3.0.100

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"src"
44
],
55
"sdk": {
6-
"version": "3.0.100-rc1-014190"
6+
"version": "3.0.100"
77
}
88
}

0 commit comments

Comments
 (0)