From 5a93d02b1effa03ad02c6a5a209b780950d5815b Mon Sep 17 00:00:00 2001 From: wtgodbe Date: Wed, 15 Mar 2017 17:26:47 -0700 Subject: [PATCH] Add BuildType to helixpublish.proj Commit migrated from https://github.com/dotnet/coreclr/commit/d4f1d88974ca533d6dcf604e2a7c4f560388b500 --- src/coreclr/tests/helixpublish.proj | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/coreclr/tests/helixpublish.proj b/src/coreclr/tests/helixpublish.proj index f19b2a7..816c0c4 100644 --- a/src/coreclr/tests/helixpublish.proj +++ b/src/coreclr/tests/helixpublish.proj @@ -1,4 +1,9 @@ + + + <__BuildType>$(ConfigurationGroup) + + -- 2.7.4