summaryrefslogtreecommitdiff
path: root/csharp/msbuild/ice.test.props
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/msbuild/ice.test.props')
-rw-r--r--csharp/msbuild/ice.test.props7
1 files changed, 3 insertions, 4 deletions
diff --git a/csharp/msbuild/ice.test.props b/csharp/msbuild/ice.test.props
index 1f21792bd8d..c68c01ef435 100644
--- a/csharp/msbuild/ice.test.props
+++ b/csharp/msbuild/ice.test.props
@@ -1,9 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <!-- If UseBinDist was not set to yes, set IceHome to
- point to this source distribution. -->
-
- <PropertyGroup Condition="'$(UseBinDist)' != 'yes'">
+ <!-- If ICE_BIN_DIST was not set to all, set IceHome
+ to point to this source distribution. -->
+ <PropertyGroup Condition="'$(ICE_BIN_DIST)' != 'all'">
<IceHome>$(MSBuildThisFileDirectory)..\..</IceHome>
</PropertyGroup>