From ef74390d57b59c8d0325f053bd04c84de703d7f6 Mon Sep 17 00:00:00 2001 From: Elinor Fung <47805090+elinor-fung@users.noreply.github.com> Date: Tue, 26 Mar 2019 14:49:44 -0700 Subject: [PATCH] Add alias for build option to just build/run tests (dotnet/core-setup#5564) Commit migrated from https://github.com/dotnet/core-setup/commit/feb4180dcc6a5c9dc3ca5810e02c15a377277db8 --- src/installer/config.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/installer/config.json b/src/installer/config.json index c24940b..ef3444b 100644 --- a/src/installer/config.json +++ b/src/installer/config.json @@ -232,6 +232,12 @@ "Project": "signing\\sign.proj" } }, + "test": { + "description": "Build tests then run tests. Assumes product packages are already built.", + "settings": { + "Project": "src\\test\\dir.proj" + } + }, "GenerateVersion": { "description": "Generates the version header for native binaries.", "settings": { -- 2.7.4