From 63c47a9c6dd4da1dcb497f8d2f94887760a93408 Mon Sep 17 00:00:00 2001 From: Andrew Stanton-Nurse Date: Thu, 17 Dec 2015 16:30:17 -0800 Subject: [PATCH] Revert "fix travis RID detection in KoreBuild" This reverts commit c72ba87878ba88dd32c55a90e323fd4fd6012763. --- build/_k-standard-goals.shade | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/build/_k-standard-goals.shade b/build/_k-standard-goals.shade index d45d6e9b74..f233203b28 100644 --- a/build/_k-standard-goals.shade +++ b/build/_k-standard-goals.shade @@ -38,22 +38,6 @@ default NUGET_FEED = 'https://api.nuget.org/v3/index.json' } Log.Info("Build v2: " + IsBuildV2); - - // Temporary until KoreBuild is updated - // It looks like it isn't possible to do this in .travis.yml because we only want - // to do it on Linux and I couldn't find an easy way to do that kind of selective - // environment variable set. - if(E('TRAVIS') == "true") - { - if(CanBuildForLinux) - { - E('DNX_RUNTIME_ID', 'ubuntu.14.04-x64'); - } - else - { - E('DNX_RUNTIME_ID', 'osx.10.10-x64'); - } - } } #restore-npm-modules