diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-06-24 09:20:42 +1000 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-06-24 20:38:36 +1000 |
commit | f15c71a28063a21d73bcbc61a712ebe2c702740c (patch) | |
tree | f3098c512342b76d2cc872d0f445034a8429a5e4 | |
parent | 453bec104676c7dd808a20eaf30db9c918bed1e7 (diff) | |
download | wix-f15c71a28063a21d73bcbc61a712ebe2c702740c.tar.gz wix-f15c71a28063a21d73bcbc61a712ebe2c702740c.tar.bz2 wix-f15c71a28063a21d73bcbc61a712ebe2c702740c.zip |
Move native pdbs into symbols package.
-rw-r--r-- | src/stub/stub.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stub/stub.vcxproj b/src/stub/stub.vcxproj index a3db2044..416deffd 100644 --- a/src/stub/stub.vcxproj +++ b/src/stub/stub.vcxproj | |||
@@ -85,7 +85,7 @@ | |||
85 | </ItemGroup> | 85 | </ItemGroup> |
86 | 86 | ||
87 | <Target Name="Pack" DependsOnTargets="GetBuildVersion"> | 87 | <Target Name="Pack" DependsOnTargets="GetBuildVersion"> |
88 | <Exec Command='nuget pack WixToolset.Burn.nuspec -BasePath "$(BaseOutputPath)$(Configuration)" -OutputDirectory "$(BaseOutputPath)$(Configuration)" -NoPackageAnalysis -Properties Configuration=$(Configuration);Id=WixToolset.Burn;Version="$(BuildVersionSimple)";ProjectFolder=$(MSBuildThisFileDirectory);Platform=$(PlatformTarget);Authors="$(Authors)";Copyright="$(Copyright)";Description="$(Description)"' /> | 88 | <Exec Command='nuget pack WixToolset.Burn.nuspec -Symbols -BasePath "$(BaseOutputPath)$(Configuration)" -OutputDirectory "$(BaseOutputPath)$(Configuration)" -Properties Id=WixToolset.Burn;Version="$(BuildVersionSimple)";ProjectFolder=$(MSBuildThisFileDirectory);Authors="$(Authors)";Copyright="$(Copyright)";Description="$(Description)"' /> |
89 | </Target> | 89 | </Target> |
90 | 90 | ||
91 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 91 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |