diff options
Diffstat (limited to 'src/WixToolset.Core.InternalPackage/WixToolset.Core.InternalPackage.csproj')
-rw-r--r-- | src/WixToolset.Core.InternalPackage/WixToolset.Core.InternalPackage.csproj | 2 |
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> |