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/test/WixToolsetTest.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/test/WixToolsetTest.Mba.Core')
| -rw-r--r-- | src/api/burn/test/WixToolsetTest.Mba.Core/WixToolsetTest.Mba.Core.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/api/burn/test/WixToolsetTest.Mba.Core/WixToolsetTest.Mba.Core.csproj b/src/api/burn/test/WixToolsetTest.Mba.Core/WixToolsetTest.Mba.Core.csproj index 3ac13b46..a6899d1e 100644 --- a/src/api/burn/test/WixToolsetTest.Mba.Core/WixToolsetTest.Mba.Core.csproj +++ b/src/api/burn/test/WixToolsetTest.Mba.Core/WixToolsetTest.Mba.Core.csproj | |||
| @@ -8,6 +8,7 @@ | |||
| 8 | <RuntimeIdentifier>win-x86</RuntimeIdentifier> | 8 | <RuntimeIdentifier>win-x86</RuntimeIdentifier> |
| 9 | <SignOutput>false</SignOutput> | 9 | <SignOutput>false</SignOutput> |
| 10 | <RollForward>Major</RollForward> | 10 | <RollForward>Major</RollForward> |
| 11 | <IsWixTestProject>true</IsWixTestProject> | ||
| 11 | </PropertyGroup> | 12 | </PropertyGroup> |
| 12 | 13 | ||
| 13 | <ItemGroup> | 14 | <ItemGroup> |
