From 82a661ab77476f38da5e950b702eab833f48841b Mon Sep 17 00:00:00 2001 From: Dwayne Bent Date: Wed, 30 Mar 2016 09:55:51 -0400 Subject: [PATCH] Create builds.json Test for new support for BuildIDs. --- builds.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 builds.json diff --git a/builds.json b/builds.json new file mode 100644 index 0000000000..ad3853a860 --- /dev/null +++ b/builds.json @@ -0,0 +1,7 @@ +{ + "linux": { }, + "macos": { }, + "windows": { + "01172": "1.1.0.0" + } +}