aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core.InternalPackage/WixToolset.Core.InternalPackage.csproj
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2017-09-24 15:49:15 -0700
committerRob Mensching <rob@firegiant.com>2017-09-24 15:49:15 -0700
commit5d6c31d1f5e0b8a46f41d4f321e878adba156bb2 (patch)
tree0efc8b01fee4254b616a492e3191a36c4fb6f62a /src/WixToolset.Core.InternalPackage/WixToolset.Core.InternalPackage.csproj
parentfeea62d5bd1f90bb012cb7cf2c84c9703f6568b2 (diff)
downloadwix-5d6c31d1f5e0b8a46f41d4f321e878adba156bb2.tar.gz
wix-5d6c31d1f5e0b8a46f41d4f321e878adba156bb2.tar.bz2
wix-5d6c31d1f5e0b8a46f41d4f321e878adba156bb2.zip
Correctly name NuGet .props file
Diffstat (limited to 'src/WixToolset.Core.InternalPackage/WixToolset.Core.InternalPackage.csproj')
-rw-r--r--src/WixToolset.Core.InternalPackage/WixToolset.Core.InternalPackage.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core.InternalPackage/WixToolset.Core.InternalPackage.csproj b/src/WixToolset.Core.InternalPackage/WixToolset.Core.InternalPackage.csproj
index 613c6b88..687e8955 100644
--- a/src/WixToolset.Core.InternalPackage/WixToolset.Core.InternalPackage.csproj
+++ b/src/WixToolset.Core.InternalPackage/WixToolset.Core.InternalPackage.csproj
@@ -20,7 +20,7 @@
20 <Error Text="Cannot pack $(MSBuildThisFileName) until all projects are published to: $(NuspecBasePath). Run appveyor.cmd to publish projects properly." Condition=" !Exists('$(NuspecBasePath)') " /> 20 <Error Text="Cannot pack $(MSBuildThisFileName) until all projects are published to: $(NuspecBasePath). Run appveyor.cmd to publish projects properly." Condition=" !Exists('$(NuspecBasePath)') " />
21 21
22 <PropertyGroup> 22 <PropertyGroup>
23 <NuspecProperties>$(NuspecProperties);Version=$(Version)</NuspecProperties> 23 <NuspecProperties>$(NuspecProperties);Version=$(Version);ProjectFolder=$(MSBuildThisFileDirectory)</NuspecProperties>
24 </PropertyGroup> 24 </PropertyGroup>
25 </Target> 25 </Target>
26</Project> 26</Project>