disable the non-self-contained ones as well
This commit is contained in:
parent
aa340cf3db
commit
65507af7d9
1 changed files with 2 additions and 2 deletions
|
@ -87,7 +87,7 @@ namespace EndToEnd.Tests
|
|||
|
||||
[WindowsOnlyTheory]
|
||||
// [InlineData("net6.0", true)]
|
||||
[InlineData("net6.0", false)]
|
||||
// [InlineData("net6.0", false)]
|
||||
[InlineData("current", true)]
|
||||
[InlineData("current", false)]
|
||||
public void ItCanPublishArm64Winforms(string TargetFramework, bool selfContained)
|
||||
|
@ -126,7 +126,7 @@ namespace EndToEnd.Tests
|
|||
|
||||
[WindowsOnlyTheory]
|
||||
// [InlineData("net6.0", true)]
|
||||
[InlineData("net6.0", false)]
|
||||
// [InlineData("net6.0", false)]
|
||||
[InlineData("current", true)]
|
||||
[InlineData("current", false)]
|
||||
public void ItCanPublishArm64Wpf(string TargetFramework, bool selfContained)
|
||||
|
|
Loading…
Reference in a new issue