diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2022-02-18 17:22:56 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2022-02-18 17:05:47 -0700 |
commit | f322cf875bf9a02c9ab7518b2c48ec11d91f5531 (patch) | |
tree | 3636178d5a8b527ff5c9003e211a332ffdc5c9b2 | |
parent | f351cd9fd00f23b30ce9a5e452ea2d5b9b828e17 (diff) | |
download | wix-f322cf875bf9a02c9ab7518b2c48ec11d91f5531.tar.gz wix-f322cf875bf9a02c9ab7518b2c48ec11d91f5531.tar.bz2 wix-f322cf875bf9a02c9ab7518b2c48ec11d91f5531.zip |
Finish removing native pdbs from .nupkg and removing symbols packages.
19 files changed, 0 insertions, 23 deletions
diff --git a/src/api/burn/WixToolset.Mba.Core/WixToolset.Mba.Core.csproj b/src/api/burn/WixToolset.Mba.Core/WixToolset.Mba.Core.csproj index 74cbe551..95108cb5 100644 --- a/src/api/burn/WixToolset.Mba.Core/WixToolset.Mba.Core.csproj +++ b/src/api/burn/WixToolset.Mba.Core/WixToolset.Mba.Core.csproj | |||
@@ -9,7 +9,6 @@ | |||
9 | <DebugType>embedded</DebugType> | 9 | <DebugType>embedded</DebugType> |
10 | <Description>Managed Bootstrapper Application Core</Description> | 10 | <Description>Managed Bootstrapper Application Core</Description> |
11 | <NuspecFile>$(MSBuildThisFileName).nuspec</NuspecFile> | 11 | <NuspecFile>$(MSBuildThisFileName).nuspec</NuspecFile> |
12 | <IncludeSymbols>true</IncludeSymbols> | ||
13 | <CreateDocumentationFile>true</CreateDocumentationFile> | 12 | <CreateDocumentationFile>true</CreateDocumentationFile> |
14 | </PropertyGroup> | 13 | </PropertyGroup> |
15 | 14 | ||
diff --git a/src/api/burn/WixToolset.Mba.Core/WixToolset.Mba.Core.nuspec b/src/api/burn/WixToolset.Mba.Core/WixToolset.Mba.Core.nuspec index 3788fd66..36fe83cc 100644 --- a/src/api/burn/WixToolset.Mba.Core/WixToolset.Mba.Core.nuspec +++ b/src/api/burn/WixToolset.Mba.Core/WixToolset.Mba.Core.nuspec | |||
@@ -24,10 +24,7 @@ | |||
24 | <file src="netstandard2.0\$id$.xml" target="lib\netstandard2.0" /> | 24 | <file src="netstandard2.0\$id$.xml" target="lib\netstandard2.0" /> |
25 | 25 | ||
26 | <file src="v143\ARM64\mbanative.dll" target="runtimes\win-arm64\native" /> | 26 | <file src="v143\ARM64\mbanative.dll" target="runtimes\win-arm64\native" /> |
27 | <file src="v143\ARM64\mbanative.pdb" target="runtimes\win-arm64\native" /> | ||
28 | <file src="v143\x64\mbanative.dll" target="runtimes\win-x64\native" /> | 27 | <file src="v143\x64\mbanative.dll" target="runtimes\win-x64\native" /> |
29 | <file src="v143\x64\mbanative.pdb" target="runtimes\win-x64\native" /> | ||
30 | <file src="v143\x86\mbanative.dll" target="runtimes\win-x86\native" /> | 28 | <file src="v143\x86\mbanative.dll" target="runtimes\win-x86\native" /> |
31 | <file src="v143\x86\mbanative.pdb" target="runtimes\win-x86\native" /> | ||
32 | </files> | 29 | </files> |
33 | </package> | 30 | </package> |
diff --git a/src/burn/stub/stub.nuspec b/src/burn/stub/stub.nuspec index 01f12515..a02cfe94 100644 --- a/src/burn/stub/stub.nuspec +++ b/src/burn/stub/stub.nuspec | |||
@@ -16,10 +16,7 @@ | |||
16 | <files> | 16 | <files> |
17 | <file src="$projectFolder$\$id$.props" target="buildTransitive" /> | 17 | <file src="$projectFolder$\$id$.props" target="buildTransitive" /> |
18 | <file src="..\x86\burn.exe" target="tools\x86" /> | 18 | <file src="..\x86\burn.exe" target="tools\x86" /> |
19 | <file src="..\x86\burn.pdb" target="tools\x86" /> | ||
20 | <file src="..\x64\burn.exe" target="tools\x64" /> | 19 | <file src="..\x64\burn.exe" target="tools\x64" /> |
21 | <file src="..\x64\burn.pdb" target="tools\x64" /> | ||
22 | <file src="..\arm64\burn.exe" target="tools\arm64" /> | 20 | <file src="..\arm64\burn.exe" target="tools\arm64" /> |
23 | <file src="..\arm64\burn.pdb" target="tools\arm64" /> | ||
24 | </files> | 21 | </files> |
25 | </package> | 22 | </package> |
diff --git a/src/ext/Bal/wixext/WixToolset.Bal.wixext.csproj b/src/ext/Bal/wixext/WixToolset.Bal.wixext.csproj index 633fc3a8..8df40d5c 100644 --- a/src/ext/Bal/wixext/WixToolset.Bal.wixext.csproj +++ b/src/ext/Bal/wixext/WixToolset.Bal.wixext.csproj | |||
@@ -8,7 +8,6 @@ | |||
8 | <Description>WiX Toolset Bundle extension</Description> | 8 | <Description>WiX Toolset Bundle extension</Description> |
9 | <Title>WiX Toolset Bundle extension</Title> | 9 | <Title>WiX Toolset Bundle extension</Title> |
10 | <DebugType>embedded</DebugType> | 10 | <DebugType>embedded</DebugType> |
11 | <IncludeSymbols>true</IncludeSymbols> | ||
12 | </PropertyGroup> | 11 | </PropertyGroup> |
13 | 12 | ||
14 | <ItemGroup> | 13 | <ItemGroup> |
diff --git a/src/ext/ComPlus/wixext/WixToolset.ComPlus.wixext.csproj b/src/ext/ComPlus/wixext/WixToolset.ComPlus.wixext.csproj index 57db47a5..77f9a8d3 100644 --- a/src/ext/ComPlus/wixext/WixToolset.ComPlus.wixext.csproj +++ b/src/ext/ComPlus/wixext/WixToolset.ComPlus.wixext.csproj | |||
@@ -8,7 +8,6 @@ | |||
8 | <Description>WiX Toolset ComPlus Extension</Description> | 8 | <Description>WiX Toolset ComPlus Extension</Description> |
9 | <Title>WiX Toolset ComPlus Extension</Title> | 9 | <Title>WiX Toolset ComPlus Extension</Title> |
10 | <DebugType>embedded</DebugType> | 10 | <DebugType>embedded</DebugType> |
11 | <IncludeSymbols>true</IncludeSymbols> | ||
12 | </PropertyGroup> | 11 | </PropertyGroup> |
13 | 12 | ||
14 | <ItemGroup> | 13 | <ItemGroup> |
diff --git a/src/ext/Dependency/wixext/WixToolset.Dependency.wixext.csproj b/src/ext/Dependency/wixext/WixToolset.Dependency.wixext.csproj index 76ecf6bf..b477ddf3 100644 --- a/src/ext/Dependency/wixext/WixToolset.Dependency.wixext.csproj +++ b/src/ext/Dependency/wixext/WixToolset.Dependency.wixext.csproj | |||
@@ -8,7 +8,6 @@ | |||
8 | <Description>WiX Toolset Dependency Extension</Description> | 8 | <Description>WiX Toolset Dependency Extension</Description> |
9 | <Title>WiX Toolset Dependency Extension</Title> | 9 | <Title>WiX Toolset Dependency Extension</Title> |
10 | <DebugType>embedded</DebugType> | 10 | <DebugType>embedded</DebugType> |
11 | <IncludeSymbols>true</IncludeSymbols> | ||
12 | </PropertyGroup> | 11 | </PropertyGroup> |
13 | 12 | ||
14 | <ItemGroup> | 13 | <ItemGroup> |
diff --git a/src/ext/DifxApp/wixext/WixToolset.DifxApp.wixext.csproj b/src/ext/DifxApp/wixext/WixToolset.DifxApp.wixext.csproj index 5a74ad9d..9f2d353e 100644 --- a/src/ext/DifxApp/wixext/WixToolset.DifxApp.wixext.csproj +++ b/src/ext/DifxApp/wixext/WixToolset.DifxApp.wixext.csproj | |||
@@ -8,7 +8,6 @@ | |||
8 | <Description>WiX Toolset DIFxApp Extension</Description> | 8 | <Description>WiX Toolset DIFxApp Extension</Description> |
9 | <Title>WiX Toolset DIFxApp Extension</Title> | 9 | <Title>WiX Toolset DIFxApp Extension</Title> |
10 | <DebugType>embedded</DebugType> | 10 | <DebugType>embedded</DebugType> |
11 | <IncludeSymbols>true</IncludeSymbols> | ||
12 | </PropertyGroup> | 11 | </PropertyGroup> |
13 | 12 | ||
14 | <ItemGroup> | 13 | <ItemGroup> |
diff --git a/src/ext/DirectX/wixext/WixToolset.DirectX.wixext.csproj b/src/ext/DirectX/wixext/WixToolset.DirectX.wixext.csproj index 94a3f400..c5f4770d 100644 --- a/src/ext/DirectX/wixext/WixToolset.DirectX.wixext.csproj +++ b/src/ext/DirectX/wixext/WixToolset.DirectX.wixext.csproj | |||
@@ -8,7 +8,6 @@ | |||
8 | <Description>WiX Toolset DirectX Extension</Description> | 8 | <Description>WiX Toolset DirectX Extension</Description> |
9 | <Title>WiX Toolset DirectX Extension</Title> | 9 | <Title>WiX Toolset DirectX Extension</Title> |
10 | <DebugType>embedded</DebugType> | 10 | <DebugType>embedded</DebugType> |
11 | <IncludeSymbols>true</IncludeSymbols> | ||
12 | </PropertyGroup> | 11 | </PropertyGroup> |
13 | 12 | ||
14 | <ItemGroup> | 13 | <ItemGroup> |
diff --git a/src/ext/Firewall/wixext/WixToolset.Firewall.wixext.csproj b/src/ext/Firewall/wixext/WixToolset.Firewall.wixext.csproj index 95655043..4c2eed7e 100644 --- a/src/ext/Firewall/wixext/WixToolset.Firewall.wixext.csproj +++ b/src/ext/Firewall/wixext/WixToolset.Firewall.wixext.csproj | |||
@@ -8,7 +8,6 @@ | |||
8 | <Description>WiX Toolset Firewallity Extension</Description> | 8 | <Description>WiX Toolset Firewallity Extension</Description> |
9 | <Title>WiX Toolset Firewall Extension</Title> | 9 | <Title>WiX Toolset Firewall Extension</Title> |
10 | <DebugType>embedded</DebugType> | 10 | <DebugType>embedded</DebugType> |
11 | <IncludeSymbols>true</IncludeSymbols> | ||
12 | </PropertyGroup> | 11 | </PropertyGroup> |
13 | 12 | ||
14 | <ItemGroup> | 13 | <ItemGroup> |
diff --git a/src/ext/Http/wixext/WixToolset.Http.wixext.csproj b/src/ext/Http/wixext/WixToolset.Http.wixext.csproj index 52273c3a..d11e28cc 100644 --- a/src/ext/Http/wixext/WixToolset.Http.wixext.csproj +++ b/src/ext/Http/wixext/WixToolset.Http.wixext.csproj | |||
@@ -8,7 +8,6 @@ | |||
8 | <Description>WiX Toolset Http Extension</Description> | 8 | <Description>WiX Toolset Http Extension</Description> |
9 | <Title>WiX Toolset Http Extension</Title> | 9 | <Title>WiX Toolset Http Extension</Title> |
10 | <DebugType>embedded</DebugType> | 10 | <DebugType>embedded</DebugType> |
11 | <IncludeSymbols>true</IncludeSymbols> | ||
12 | </PropertyGroup> | 11 | </PropertyGroup> |
13 | 12 | ||
14 | <ItemGroup> | 13 | <ItemGroup> |
diff --git a/src/ext/Iis/wixext/WixToolset.Iis.wixext.csproj b/src/ext/Iis/wixext/WixToolset.Iis.wixext.csproj index 056a027c..090d9150 100644 --- a/src/ext/Iis/wixext/WixToolset.Iis.wixext.csproj +++ b/src/ext/Iis/wixext/WixToolset.Iis.wixext.csproj | |||
@@ -8,7 +8,6 @@ | |||
8 | <Description>WiX Toolset Iis Extension</Description> | 8 | <Description>WiX Toolset Iis Extension</Description> |
9 | <Title>WiX Toolset Iis Extension</Title> | 9 | <Title>WiX Toolset Iis Extension</Title> |
10 | <DebugType>embedded</DebugType> | 10 | <DebugType>embedded</DebugType> |
11 | <IncludeSymbols>true</IncludeSymbols> | ||
12 | </PropertyGroup> | 11 | </PropertyGroup> |
13 | 12 | ||
14 | <ItemGroup> | 13 | <ItemGroup> |
diff --git a/src/ext/Msmq/wixext/WixToolset.Msmq.wixext.csproj b/src/ext/Msmq/wixext/WixToolset.Msmq.wixext.csproj index 3e2b0fae..0c2325a8 100644 --- a/src/ext/Msmq/wixext/WixToolset.Msmq.wixext.csproj +++ b/src/ext/Msmq/wixext/WixToolset.Msmq.wixext.csproj | |||
@@ -8,7 +8,6 @@ | |||
8 | <Description>WiX Toolset MSMQ Extension</Description> | 8 | <Description>WiX Toolset MSMQ Extension</Description> |
9 | <Title>WiX Toolset MSMQ Extension</Title> | 9 | <Title>WiX Toolset MSMQ Extension</Title> |
10 | <DebugType>embedded</DebugType> | 10 | <DebugType>embedded</DebugType> |
11 | <IncludeSymbols>true</IncludeSymbols> | ||
12 | </PropertyGroup> | 11 | </PropertyGroup> |
13 | 12 | ||
14 | <ItemGroup> | 13 | <ItemGroup> |
diff --git a/src/ext/NetFx/wixext/WixToolset.Netfx.wixext.csproj b/src/ext/NetFx/wixext/WixToolset.Netfx.wixext.csproj index 667576c1..15bf1654 100644 --- a/src/ext/NetFx/wixext/WixToolset.Netfx.wixext.csproj +++ b/src/ext/NetFx/wixext/WixToolset.Netfx.wixext.csproj | |||
@@ -8,7 +8,6 @@ | |||
8 | <Description>WiX Toolset .NET extension</Description> | 8 | <Description>WiX Toolset .NET extension</Description> |
9 | <Title>WiX Toolset .NET extension</Title> | 9 | <Title>WiX Toolset .NET extension</Title> |
10 | <DebugType>embedded</DebugType> | 10 | <DebugType>embedded</DebugType> |
11 | <IncludeSymbols>true</IncludeSymbols> | ||
12 | </PropertyGroup> | 11 | </PropertyGroup> |
13 | 12 | ||
14 | <ItemGroup> | 13 | <ItemGroup> |
diff --git a/src/ext/PowerShell/wixext/WixToolset.PowerShell.wixext.csproj b/src/ext/PowerShell/wixext/WixToolset.PowerShell.wixext.csproj index 58272eea..54079c4e 100644 --- a/src/ext/PowerShell/wixext/WixToolset.PowerShell.wixext.csproj +++ b/src/ext/PowerShell/wixext/WixToolset.PowerShell.wixext.csproj | |||
@@ -8,7 +8,6 @@ | |||
8 | <Description>WiX Toolset PowerShell Extension</Description> | 8 | <Description>WiX Toolset PowerShell Extension</Description> |
9 | <Title>WiX Toolset PowerShell Extension</Title> | 9 | <Title>WiX Toolset PowerShell Extension</Title> |
10 | <DebugType>embedded</DebugType> | 10 | <DebugType>embedded</DebugType> |
11 | <IncludeSymbols>true</IncludeSymbols> | ||
12 | </PropertyGroup> | 11 | </PropertyGroup> |
13 | 12 | ||
14 | <ItemGroup> | 13 | <ItemGroup> |
diff --git a/src/ext/Sql/wixext/WixToolset.Sql.wixext.csproj b/src/ext/Sql/wixext/WixToolset.Sql.wixext.csproj index c72a5248..b3eb5a4c 100644 --- a/src/ext/Sql/wixext/WixToolset.Sql.wixext.csproj +++ b/src/ext/Sql/wixext/WixToolset.Sql.wixext.csproj | |||
@@ -8,7 +8,6 @@ | |||
8 | <Description>WiX Toolset Sql Extension</Description> | 8 | <Description>WiX Toolset Sql Extension</Description> |
9 | <Title>WiX Toolset Sql Extension</Title> | 9 | <Title>WiX Toolset Sql Extension</Title> |
10 | <DebugType>embedded</DebugType> | 10 | <DebugType>embedded</DebugType> |
11 | <IncludeSymbols>true</IncludeSymbols> | ||
12 | </PropertyGroup> | 11 | </PropertyGroup> |
13 | 12 | ||
14 | <ItemGroup> | 13 | <ItemGroup> |
diff --git a/src/ext/UI/wixext/WixToolset.UI.wixext.csproj b/src/ext/UI/wixext/WixToolset.UI.wixext.csproj index 635b685c..09f748c3 100644 --- a/src/ext/UI/wixext/WixToolset.UI.wixext.csproj +++ b/src/ext/UI/wixext/WixToolset.UI.wixext.csproj | |||
@@ -8,7 +8,6 @@ | |||
8 | <Description>WiX Toolset UI Extension</Description> | 8 | <Description>WiX Toolset UI Extension</Description> |
9 | <Title>WiX Toolset UI Extension</Title> | 9 | <Title>WiX Toolset UI Extension</Title> |
10 | <DebugType>embedded</DebugType> | 10 | <DebugType>embedded</DebugType> |
11 | <IncludeSymbols>true</IncludeSymbols> | ||
12 | </PropertyGroup> | 11 | </PropertyGroup> |
13 | 12 | ||
14 | <ItemGroup> | 13 | <ItemGroup> |
diff --git a/src/ext/Util/wixext/WixToolset.Util.wixext.csproj b/src/ext/Util/wixext/WixToolset.Util.wixext.csproj index 94e13139..9a09ae82 100644 --- a/src/ext/Util/wixext/WixToolset.Util.wixext.csproj +++ b/src/ext/Util/wixext/WixToolset.Util.wixext.csproj | |||
@@ -8,7 +8,6 @@ | |||
8 | <Description>WiX Toolset Utility extension</Description> | 8 | <Description>WiX Toolset Utility extension</Description> |
9 | <Title>WiX Toolset Utility extension</Title> | 9 | <Title>WiX Toolset Utility extension</Title> |
10 | <DebugType>embedded</DebugType> | 10 | <DebugType>embedded</DebugType> |
11 | <IncludeSymbols>true</IncludeSymbols> | ||
12 | </PropertyGroup> | 11 | </PropertyGroup> |
13 | 12 | ||
14 | <ItemGroup> | 13 | <ItemGroup> |
diff --git a/src/ext/VisualStudio/wixext/WixToolset.VisualStudio.wixext.csproj b/src/ext/VisualStudio/wixext/WixToolset.VisualStudio.wixext.csproj index a5b7ea54..209ea00c 100644 --- a/src/ext/VisualStudio/wixext/WixToolset.VisualStudio.wixext.csproj +++ b/src/ext/VisualStudio/wixext/WixToolset.VisualStudio.wixext.csproj | |||
@@ -8,7 +8,6 @@ | |||
8 | <Description>WiX Toolset Visual Studio Extension</Description> | 8 | <Description>WiX Toolset Visual Studio Extension</Description> |
9 | <Title>WiX Toolset VS Extension</Title> | 9 | <Title>WiX Toolset VS Extension</Title> |
10 | <DebugType>embedded</DebugType> | 10 | <DebugType>embedded</DebugType> |
11 | <IncludeSymbols>true</IncludeSymbols> | ||
12 | </PropertyGroup> | 11 | </PropertyGroup> |
13 | 12 | ||
14 | <ItemGroup> | 13 | <ItemGroup> |
diff --git a/src/test/burn/ForTestingUseOnlyExtension/ForTestingUseOnly.wixext.csproj b/src/test/burn/ForTestingUseOnlyExtension/ForTestingUseOnly.wixext.csproj index c3861a96..e97b3f86 100644 --- a/src/test/burn/ForTestingUseOnlyExtension/ForTestingUseOnly.wixext.csproj +++ b/src/test/burn/ForTestingUseOnlyExtension/ForTestingUseOnly.wixext.csproj | |||
@@ -6,7 +6,6 @@ | |||
6 | <TargetFramework>netstandard2.0</TargetFramework> | 6 | <TargetFramework>netstandard2.0</TargetFramework> |
7 | <RootNamespace>ForTestingUseOnly</RootNamespace> | 7 | <RootNamespace>ForTestingUseOnly</RootNamespace> |
8 | <DebugType>embedded</DebugType> | 8 | <DebugType>embedded</DebugType> |
9 | <IncludeSymbols>true</IncludeSymbols> | ||
10 | </PropertyGroup> | 9 | </PropertyGroup> |
11 | 10 | ||
12 | <ItemGroup> | 11 | <ItemGroup> |