@joebigelow / wix / commits / f322cf87

Finish removing native pdbs from .nupkg and removing symbols packages.

Sean Hall committed Feb 18, 2022 at 17:22 UTC f322cf875bf9a02c9ab7518b2c48ec11d91f5531
19 files changed -23
src/api/burn/WixToolset.Mba.Core/WixToolset.Mba.Core.csproj
-1
@@ -9,7 +9,6 @@
9 <DebugType>embedded</DebugType>
10 <Description>Managed Bootstrapper Application Core</Description>
11 <NuspecFile>$(MSBuildThisFileName).nuspec</NuspecFile>
12 - <IncludeSymbols>true</IncludeSymbols>
12 <CreateDocumentationFile>true</CreateDocumentationFile>
13 </PropertyGroup>
14
src/api/burn/WixToolset.Mba.Core/WixToolset.Mba.Core.nuspec
-3
@@ -24,10 +24,7 @@
24 <file src="netstandard2.0\$id$.xml" target="lib\netstandard2.0" />
25
26 <file src="v143\ARM64\mbanative.dll" target="runtimes\win-arm64\native" />
27 - <file src="v143\ARM64\mbanative.pdb" target="runtimes\win-arm64\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" />
28 <file src="v143\x86\mbanative.dll" target="runtimes\win-x86\native" />
31 - <file src="v143\x86\mbanative.pdb" target="runtimes\win-x86\native" />
29 </files>
30 </package>
src/burn/stub/stub.nuspec
-3
@@ -16,10 +16,7 @@
16 <files>
17 <file src="$projectFolder$\$id$.props" target="buildTransitive" />
18 <file src="..\x86\burn.exe" target="tools\x86" />
19 - <file src="..\x86\burn.pdb" target="tools\x86" />
19 <file src="..\x64\burn.exe" target="tools\x64" />
21 - <file src="..\x64\burn.pdb" target="tools\x64" />
20 <file src="..\arm64\burn.exe" target="tools\arm64" />
23 - <file src="..\arm64\burn.pdb" target="tools\arm64" />
21 </files>
22 </package>
src/ext/Bal/wixext/WixToolset.Bal.wixext.csproj
-1
@@ -8,7 +8,6 @@
8 <Description>WiX Toolset Bundle extension</Description>
9 <Title>WiX Toolset Bundle extension</Title>
10 <DebugType>embedded</DebugType>
11 - <IncludeSymbols>true</IncludeSymbols>
11 </PropertyGroup>
12
13 <ItemGroup>
src/ext/ComPlus/wixext/WixToolset.ComPlus.wixext.csproj
-1
@@ -8,7 +8,6 @@
8 <Description>WiX Toolset ComPlus Extension</Description>
9 <Title>WiX Toolset ComPlus Extension</Title>
10 <DebugType>embedded</DebugType>
11 - <IncludeSymbols>true</IncludeSymbols>
11 </PropertyGroup>
12
13 <ItemGroup>
src/ext/Dependency/wixext/WixToolset.Dependency.wixext.csproj
-1
@@ -8,7 +8,6 @@
8 <Description>WiX Toolset Dependency Extension</Description>
9 <Title>WiX Toolset Dependency Extension</Title>
10 <DebugType>embedded</DebugType>
11 - <IncludeSymbols>true</IncludeSymbols>
11 </PropertyGroup>
12
13 <ItemGroup>
src/ext/DifxApp/wixext/WixToolset.DifxApp.wixext.csproj
-1
@@ -8,7 +8,6 @@
8 <Description>WiX Toolset DIFxApp Extension</Description>
9 <Title>WiX Toolset DIFxApp Extension</Title>
10 <DebugType>embedded</DebugType>
11 - <IncludeSymbols>true</IncludeSymbols>
11 </PropertyGroup>
12
13 <ItemGroup>
src/ext/DirectX/wixext/WixToolset.DirectX.wixext.csproj
-1
@@ -8,7 +8,6 @@
8 <Description>WiX Toolset DirectX Extension</Description>
9 <Title>WiX Toolset DirectX Extension</Title>
10 <DebugType>embedded</DebugType>
11 - <IncludeSymbols>true</IncludeSymbols>
11 </PropertyGroup>
12
13 <ItemGroup>
src/ext/Firewall/wixext/WixToolset.Firewall.wixext.csproj
-1
@@ -8,7 +8,6 @@
8 <Description>WiX Toolset Firewallity Extension</Description>
9 <Title>WiX Toolset Firewall Extension</Title>
10 <DebugType>embedded</DebugType>
11 - <IncludeSymbols>true</IncludeSymbols>
11 </PropertyGroup>
12
13 <ItemGroup>
src/ext/Http/wixext/WixToolset.Http.wixext.csproj
-1
@@ -8,7 +8,6 @@
8 <Description>WiX Toolset Http Extension</Description>
9 <Title>WiX Toolset Http Extension</Title>
10 <DebugType>embedded</DebugType>
11 - <IncludeSymbols>true</IncludeSymbols>
11 </PropertyGroup>
12
13 <ItemGroup>
src/ext/Iis/wixext/WixToolset.Iis.wixext.csproj
-1
@@ -8,7 +8,6 @@
8 <Description>WiX Toolset Iis Extension</Description>
9 <Title>WiX Toolset Iis Extension</Title>
10 <DebugType>embedded</DebugType>
11 - <IncludeSymbols>true</IncludeSymbols>
11 </PropertyGroup>
12
13 <ItemGroup>
src/ext/Msmq/wixext/WixToolset.Msmq.wixext.csproj
-1
@@ -8,7 +8,6 @@
8 <Description>WiX Toolset MSMQ Extension</Description>
9 <Title>WiX Toolset MSMQ Extension</Title>
10 <DebugType>embedded</DebugType>
11 - <IncludeSymbols>true</IncludeSymbols>
11 </PropertyGroup>
12
13 <ItemGroup>
src/ext/NetFx/wixext/WixToolset.Netfx.wixext.csproj
-1
@@ -8,7 +8,6 @@
8 <Description>WiX Toolset .NET extension</Description>
9 <Title>WiX Toolset .NET extension</Title>
10 <DebugType>embedded</DebugType>
11 - <IncludeSymbols>true</IncludeSymbols>
11 </PropertyGroup>
12
13 <ItemGroup>
src/ext/PowerShell/wixext/WixToolset.PowerShell.wixext.csproj
-1
@@ -8,7 +8,6 @@
8 <Description>WiX Toolset PowerShell Extension</Description>
9 <Title>WiX Toolset PowerShell Extension</Title>
10 <DebugType>embedded</DebugType>
11 - <IncludeSymbols>true</IncludeSymbols>
11 </PropertyGroup>
12
13 <ItemGroup>
src/ext/Sql/wixext/WixToolset.Sql.wixext.csproj
-1
@@ -8,7 +8,6 @@
8 <Description>WiX Toolset Sql Extension</Description>
9 <Title>WiX Toolset Sql Extension</Title>
10 <DebugType>embedded</DebugType>
11 - <IncludeSymbols>true</IncludeSymbols>
11 </PropertyGroup>
12
13 <ItemGroup>
src/ext/UI/wixext/WixToolset.UI.wixext.csproj
-1
@@ -8,7 +8,6 @@
8 <Description>WiX Toolset UI Extension</Description>
9 <Title>WiX Toolset UI Extension</Title>
10 <DebugType>embedded</DebugType>
11 - <IncludeSymbols>true</IncludeSymbols>
11 </PropertyGroup>
12
13 <ItemGroup>
src/ext/Util/wixext/WixToolset.Util.wixext.csproj
-1
@@ -8,7 +8,6 @@
8 <Description>WiX Toolset Utility extension</Description>
9 <Title>WiX Toolset Utility extension</Title>
10 <DebugType>embedded</DebugType>
11 - <IncludeSymbols>true</IncludeSymbols>
11 </PropertyGroup>
12
13 <ItemGroup>
src/ext/VisualStudio/wixext/WixToolset.VisualStudio.wixext.csproj
-1
@@ -8,7 +8,6 @@
8 <Description>WiX Toolset Visual Studio Extension</Description>
9 <Title>WiX Toolset VS Extension</Title>
10 <DebugType>embedded</DebugType>
11 - <IncludeSymbols>true</IncludeSymbols>
11 </PropertyGroup>
12
13 <ItemGroup>
src/test/burn/ForTestingUseOnlyExtension/ForTestingUseOnly.wixext.csproj
-1
@@ -6,7 +6,6 @@
6 <TargetFramework>netstandard2.0</TargetFramework>
7 <RootNamespace>ForTestingUseOnly</RootNamespace>
8 <DebugType>embedded</DebugType>
9 - <IncludeSymbols>true</IncludeSymbols>
9 </PropertyGroup>
10
11 <ItemGroup>