aboutsummaryrefslogtreecommitdiff
path: root/src/FindLocalWix.props
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2017-12-29 04:55:28 -0800
committerRob Mensching <rob@firegiant.com>2017-12-29 04:56:13 -0800
commitcba9d16b54cd4ba5b8750ee97ed5aa36cf1fc382 (patch)
tree682423fc77e7f80cf727a91e9e6f3be7118be503 /src/FindLocalWix.props
parente2d15ce225cbd9cd3e815cb9999f8896f8c610bf (diff)
downloadwix-cba9d16b54cd4ba5b8750ee97ed5aa36cf1fc382.tar.gz
wix-cba9d16b54cd4ba5b8750ee97ed5aa36cf1fc382.tar.bz2
wix-cba9d16b54cd4ba5b8750ee97ed5aa36cf1fc382.zip
Update to latest changes from Core and send build notifications to Slack
Diffstat (limited to 'src/FindLocalWix.props')
-rw-r--r--src/FindLocalWix.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FindLocalWix.props b/src/FindLocalWix.props
index e77fb386..016dac77 100644
--- a/src/FindLocalWix.props
+++ b/src/FindLocalWix.props
@@ -3,6 +3,6 @@
3 3
4<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 4<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
5 <PropertyGroup> 5 <PropertyGroup>
6 <WixTargetsPath Condition=" '$(Configuration)' != 'Release' And Exists('$(MSBuildThisFileDirectory)..\..\Core\build\Release\publish\wix.targets') ">$(MSBuildThisFileDirectory)..\..\Core\build\Release\publish\wix.targets</WixTargetsPath> 6 <WixTargetsPath Condition=" '$(Configuration)' != 'Release' And Exists('$(MSBuildThisFileDirectory)..\..\Core\build\Release\publish\net461\wix.targets') ">$(MSBuildThisFileDirectory)..\..\Core\build\Release\publish\net461\wix.targets</WixTargetsPath>
7 </PropertyGroup> 7 </PropertyGroup>
8</Project> 8</Project>