aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2020-06-27 01:38:54 -0700
committerRob Mensching <rob@firegiant.com>2020-06-27 01:43:10 -0700
commitd3988f982c035585590528829149c734c7f13cca (patch)
treeef1f74af8221cf06f724abdc0c054cd54411e0b9 /src/test
parent59fa31de1eb64809888e218064a97d417060d110 (diff)
downloadwix-d3988f982c035585590528829149c734c7f13cca.tar.gz
wix-d3988f982c035585590528829149c734c7f13cca.tar.bz2
wix-d3988f982c035585590528829149c734c7f13cca.zip
Build wixlib with WixToolset.Sdk
Diffstat (limited to 'src/test')
-rw-r--r--src/test/WixToolsetTest.Bal/BalExtensionFixture.cs2
-rw-r--r--src/test/WixToolsetTest.Bal/WixToolsetTest.Bal.csproj2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/test/WixToolsetTest.Bal/BalExtensionFixture.cs b/src/test/WixToolsetTest.Bal/BalExtensionFixture.cs
index 5780ca08..a19013f5 100644
--- a/src/test/WixToolsetTest.Bal/BalExtensionFixture.cs
+++ b/src/test/WixToolsetTest.Bal/BalExtensionFixture.cs
@@ -69,7 +69,7 @@ namespace WixToolsetTest.Bal
69 } 69 }
70 } 70 }
71 71
72 [Fact] 72 [Fact(Skip = "Skip test until cycle with Netfx.wixext and this repo is resolved")]
73 public void CantBuildUsingMBAWithNoPrereqs() 73 public void CantBuildUsingMBAWithNoPrereqs()
74 { 74 {
75 using (var fs = new DisposableFileSystem()) 75 using (var fs = new DisposableFileSystem())
diff --git a/src/test/WixToolsetTest.Bal/WixToolsetTest.Bal.csproj b/src/test/WixToolsetTest.Bal/WixToolsetTest.Bal.csproj
index f09a19a2..62271029 100644
--- a/src/test/WixToolsetTest.Bal/WixToolsetTest.Bal.csproj
+++ b/src/test/WixToolsetTest.Bal/WixToolsetTest.Bal.csproj
@@ -31,7 +31,7 @@
31 <PackageReference Include="WixToolset.Core.Burn" Version="4.0.*" /> 31 <PackageReference Include="WixToolset.Core.Burn" Version="4.0.*" />
32 <PackageReference Include="WixToolset.Core.WindowsInstaller" Version="4.0.*" /> 32 <PackageReference Include="WixToolset.Core.WindowsInstaller" Version="4.0.*" />
33 <PackageReference Include="WixToolset.Core.TestPackage" Version="4.0.*" /> 33 <PackageReference Include="WixToolset.Core.TestPackage" Version="4.0.*" />
34 <PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.*" /> 34 <!-- <PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.*" /> -->
35 </ItemGroup> 35 </ItemGroup>
36 36
37 <ItemGroup> 37 <ItemGroup>