diff options
-rw-r--r-- | tests/helixpublish.proj | 4 |
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')" /> |