diff options
| author | Bob Arnson <bob@firegiant.com> | 2020-04-11 19:38:29 -0400 |
|---|---|---|
| committer | Bob Arnson <bob@firegiant.com> | 2020-04-11 19:53:44 -0400 |
| commit | 4e0dc00227352234856c608edb0405544fae4af9 (patch) | |
| tree | 1f9644f39dea7c3f8ce6e67425546af767431eb9 /src/test/WixToolsetTest.BuildTasks | |
| parent | ddc359af69fb9d04748f77bae946af8566aac72c (diff) | |
| download | wix-4e0dc00227352234856c608edb0405544fae4af9.tar.gz wix-4e0dc00227352234856c608edb0405544fae4af9.tar.bz2 wix-4e0dc00227352234856c608edb0405544fae4af9.zip | |
Remove partial WixPdb support.
Not as useful as intended and I'd rather remove it than potentially have to support something as weird as this.
Diffstat (limited to 'src/test/WixToolsetTest.BuildTasks')
| -rw-r--r-- | src/test/WixToolsetTest.BuildTasks/MsbuildFixture.cs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/test/WixToolsetTest.BuildTasks/MsbuildFixture.cs b/src/test/WixToolsetTest.BuildTasks/MsbuildFixture.cs index bcf4862b..c6e260be 100644 --- a/src/test/WixToolsetTest.BuildTasks/MsbuildFixture.cs +++ b/src/test/WixToolsetTest.BuildTasks/MsbuildFixture.cs | |||
| @@ -66,15 +66,6 @@ namespace WixToolsetTest.BuildTasks | |||
| 66 | } | 66 | } |
| 67 | 67 | ||
| 68 | [Fact] | 68 | [Fact] |
| 69 | public void CanBuildWithPartialWixpdb() | ||
| 70 | { | ||
| 71 | this.AssertWixpdb("partial", new[] | ||
| 72 | { | ||
| 73 | @"bin\en-US\MsiPackage.wixpdb", | ||
| 74 | }); | ||
| 75 | } | ||
| 76 | |||
| 77 | [Fact] | ||
| 78 | public void CanBuildWithNoWixpdb() | 69 | public void CanBuildWithNoWixpdb() |
| 79 | { | 70 | { |
| 80 | this.AssertWixpdb("NONE", new[] | 71 | this.AssertWixpdb("NONE", new[] |
