diff options
author | Rob Mensching <rob@firegiant.com> | 2022-02-17 13:02:04 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2022-02-17 14:52:59 -0800 |
commit | e103be995f566e42ea4cf91fda5dd0e940e5aabd (patch) | |
tree | 2225fe4703460c9ed6dc7b2ae569efda43ae7b91 /src/api/burn/WixToolset.Mba.Core | |
parent | 18c8a4eedb907b56abdd92963fffde9f59e9dae2 (diff) | |
download | wix-e103be995f566e42ea4cf91fda5dd0e940e5aabd.tar.gz wix-e103be995f566e42ea4cf91fda5dd0e940e5aabd.tar.bz2 wix-e103be995f566e42ea4cf91fda5dd0e940e5aabd.zip |
Create single .zip file for non-embedded pdb files
No longer create .snupkg/.symbols.nupkgs since they don't actually
support native pdbs, which are all of our non-embedded pdb files.
Diffstat (limited to 'src/api/burn/WixToolset.Mba.Core')
-rw-r--r-- | src/api/burn/WixToolset.Mba.Core/WixToolset.Mba.Core.csproj | 2 |
1 files changed, 0 insertions, 2 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 9d7d9323..74cbe551 100644 --- a/src/api/burn/WixToolset.Mba.Core/WixToolset.Mba.Core.csproj +++ b/src/api/burn/WixToolset.Mba.Core/WixToolset.Mba.Core.csproj | |||
@@ -11,8 +11,6 @@ | |||
11 | <NuspecFile>$(MSBuildThisFileName).nuspec</NuspecFile> | 11 | <NuspecFile>$(MSBuildThisFileName).nuspec</NuspecFile> |
12 | <IncludeSymbols>true</IncludeSymbols> | 12 | <IncludeSymbols>true</IncludeSymbols> |
13 | <CreateDocumentationFile>true</CreateDocumentationFile> | 13 | <CreateDocumentationFile>true</CreateDocumentationFile> |
14 | <!-- https://github.com/NuGet/Home/issues/10665 --> | ||
15 | <NoWarn>$(NoWarn);NU5128</NoWarn> | ||
16 | </PropertyGroup> | 14 | </PropertyGroup> |
17 | 15 | ||
18 | <ItemGroup Condition=" '$(NCrunch)'=='' "> | 16 | <ItemGroup Condition=" '$(NCrunch)'=='' "> |