projects
/
platform
/
upstream
/
coreclr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40f9d18
)
Set BuildType in HelixPublish.proj
author
wtgodbe
<wigodbe@microsoft.com>
Mon, 30 Jan 2017 18:30:48 +0000
(10:30 -0800)
committer
wtgodbe
<wigodbe@microsoft.com>
Mon, 30 Jan 2017 18:30:48 +0000
(10:30 -0800)
tests/helixpublish.proj
patch
|
blob
|
history
diff --git
a/tests/helixpublish.proj
b/tests/helixpublish.proj
index
754459d
..
aa967f1
100644
(file)
--- 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')" />