From fbad21e893134cff5d20c7c5a8faa97563b2462a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Wed, 6 Jun 2018 17:21:16 +0200 Subject: [PATCH] Pin KoreBuild version to make builds more repeatable --- korebuild-lock.txt | 2 ++ korebuild.json | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 korebuild-lock.txt create mode 100644 korebuild.json diff --git a/korebuild-lock.txt b/korebuild-lock.txt new file mode 100644 index 00000000..3673744d --- /dev/null +++ b/korebuild-lock.txt @@ -0,0 +1,2 @@ +version:2.1.0-rtm-15783 +commithash:5fc2b2f607f542a2ffde11c19825e786fc1a3774 diff --git a/korebuild.json b/korebuild.json new file mode 100644 index 00000000..678d8bb9 --- /dev/null +++ b/korebuild.json @@ -0,0 +1,4 @@ +{ + "$schema": "https://raw.githubusercontent.com/aspnet/BuildTools/release/2.1/tools/korebuild.schema.json", + "channel": "release/2.1" +}