Add BuildType to helixpublish.proj
authorwtgodbe <wigodbe@microsoft.com>
Thu, 16 Mar 2017 00:26:47 +0000 (17:26 -0700)
committerwtgodbe <wigodbe@microsoft.com>
Thu, 16 Mar 2017 00:26:47 +0000 (17:26 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/d4f1d88974ca533d6dcf604e2a7c4f560388b500

src/coreclr/tests/helixpublish.proj

index f19b2a7..816c0c4 100644 (file)
@@ -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. -->