We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b528c9d commit a90b59eCopy full SHA for a90b59e
3 files changed
.travis.yml
@@ -13,12 +13,12 @@ osx_image: xcode9.2
13
mono:
14
- 4.4.2
15
16
-dotnet: 2.1.3
+dotnet: 3.0.100
17
18
before_install:
19
- git fetch --unshallow # Travis always does a shallow clone, but GitVersion needs the full history including branches and tags
20
- git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*"
21
- - git fetch origin
+ - git fetch origin
22
23
script:
24
- ./build.sh --target=Test
build.config
@@ -1,3 +1,3 @@
1
#!/usr/bin/env bash
2
-CAKE_VERSION=0.34.1
3
-DOTNET_VERSION=3.0.100-rc1-014190
+CAKE_VERSION=0.35.0
+DOTNET_VERSION=3.0.100
global.json
@@ -3,6 +3,6 @@
"src"
4
],
5
"sdk": {
6
- "version": "3.0.100-rc1-014190"
+ "version": "3.0.100"
7
}
8
0 commit comments