summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorwtgodbe <wigodbe@microsoft.com>2017-01-30 10:30:48 -0800
committerwtgodbe <wigodbe@microsoft.com>2017-01-30 10:30:48 -0800
commit55f87777535f4a70841488ba361dc47ab2360ab6 (patch)
tree828d4bf4856a876b03ffaaf59c6c82eb59ff7e8b /tests
parent40f9d18c485e6b93185f9e3012f072c26566f8ae (diff)
downloadcoreclr-55f87777535f4a70841488ba361dc47ab2360ab6.tar.gz
coreclr-55f87777535f4a70841488ba361dc47ab2360ab6.tar.bz2
coreclr-55f87777535f4a70841488ba361dc47ab2360ab6.zip
Set BuildType in HelixPublish.proj
Diffstat (limited to 'tests')
-rw-r--r--tests/helixpublish.proj4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/helixpublish.proj b/tests/helixpublish.proj
index 754459d670..aa967f1d48 100644
--- a/tests/helixpublish.proj
+++ b/tests/helixpublish.proj
@@ -1,5 +1,9 @@
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <__BuildType>$(ConfigurationGroup)</__BuildType>
+ </PropertyGroup>
+
<Import Project="..\dir.props" />
<Import Project="$(ToolsDir)CloudTest.targets" Condition="Exists('$(ToolsDir)CloudTest.targets')" />