summaryrefslogtreecommitdiff
path: root/tests/helixpublish.proj
diff options
context:
space:
mode:
authorwtgodbe <wigodbe@microsoft.com>2017-03-15 17:26:47 -0700
committerwtgodbe <wigodbe@microsoft.com>2017-03-15 17:26:47 -0700
commitd4f1d88974ca533d6dcf604e2a7c4f560388b500 (patch)
treecc9aa7ba67851448132b521962a5a1c559d72bb8 /tests/helixpublish.proj
parentbf90ab4abff1b5e1a2780b0e7ed2ae8c5826e597 (diff)
downloadcoreclr-d4f1d88974ca533d6dcf604e2a7c4f560388b500.tar.gz
coreclr-d4f1d88974ca533d6dcf604e2a7c4f560388b500.tar.bz2
coreclr-d4f1d88974ca533d6dcf604e2a7c4f560388b500.zip
Add BuildType to helixpublish.proj
Diffstat (limited to 'tests/helixpublish.proj')
-rw-r--r--tests/helixpublish.proj5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/helixpublish.proj b/tests/helixpublish.proj
index f19b2a7226..816c0c450e 100644
--- a/tests/helixpublish.proj
+++ b/tests/helixpublish.proj
@@ -1,4 +1,9 @@
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+
+ <PropertyGroup>
+ <__BuildType>$(ConfigurationGroup)</__BuildType>
+ </PropertyGroup>
+
<Import Project="..\dir.props" />
<!-- CoreClr-Specific Helix test submission project. -->