From 0bb1c39052702f475d2448246088434c7907beb3 Mon Sep 17 00:00:00 2001 From: Kevin Cunnane Date: Wed, 14 Dec 2016 14:10:10 -0800 Subject: [PATCH] Revert NetCore target to 1.0.0 to fix Jenkins (#188) * Revert NetCore target to 1.0.0 to fix Jenkins - Changing to 1.* ends up requiring .Net Core 1.1 to be install on the machine. We need a better solution that can work around this and let us stay on 1.0 for now. Checking in to unblock builds, will fix Travis CI later. * Installing dotnet as part of Travis setup. There is a build in dotnet: argument that uses dotnet-install scripts and supports specific version installation --- .travis.yml | 2 ++ test/Microsoft.SqlTools.ServiceLayer.Test/project.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d645ce22..1ccae023 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,8 @@ os: - linux - osx +dotnet: 1.0.0-preview2-003131 + # safelist branches: only: diff --git a/test/Microsoft.SqlTools.ServiceLayer.Test/project.json b/test/Microsoft.SqlTools.ServiceLayer.Test/project.json index 3da7ccda..d294d099 100644 --- a/test/Microsoft.SqlTools.ServiceLayer.Test/project.json +++ b/test/Microsoft.SqlTools.ServiceLayer.Test/project.json @@ -36,7 +36,7 @@ "dependencies": { "Microsoft.NETCore.App": { "type": "platform", - "version": "1.*" + "version": "1.0.0" } }, "imports": [