Set BuildType in HelixPublish.proj
authorwtgodbe <wigodbe@microsoft.com>
Mon, 30 Jan 2017 18:30:48 +0000 (10:30 -0800)
committerwtgodbe <wigodbe@microsoft.com>
Mon, 30 Jan 2017 18:30:48 +0000 (10:30 -0800)
tests/helixpublish.proj

index 754459d..aa967f1 100644 (file)
@@ -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')" />