Merge pull request #6660 from rainersigwald/enable-vb-tests
Enable VB tests on all platforms
This commit is contained in:
commit
059e29b600
1 changed files with 3 additions and 6 deletions
|
@ -26,8 +26,7 @@ namespace Microsoft.DotNet.Tests
|
|||
.Should().Pass();
|
||||
}
|
||||
|
||||
// Enable cross-plat once https://github.com/Microsoft/msbuild/issues/422 is fixed
|
||||
[WindowsOnlyFact]
|
||||
[Fact]
|
||||
public void ICanBuildVBApps()
|
||||
{
|
||||
new BuildCommand()
|
||||
|
@ -36,8 +35,7 @@ namespace Microsoft.DotNet.Tests
|
|||
.Should().Pass();
|
||||
}
|
||||
|
||||
// Enable cross-plat once https://github.com/Microsoft/msbuild/issues/422 is fixed
|
||||
[WindowsOnlyFact]
|
||||
[Fact]
|
||||
public void ICanRunVBApps()
|
||||
{
|
||||
new RunCommand()
|
||||
|
@ -46,8 +44,7 @@ namespace Microsoft.DotNet.Tests
|
|||
.Should().Pass();
|
||||
}
|
||||
|
||||
// Enable cross-plat once https://github.com/Microsoft/msbuild/issues/422 is fixed
|
||||
[WindowsOnlyFact]
|
||||
[Fact]
|
||||
public void ICanPublicAndRunVBApps()
|
||||
{
|
||||
new PublishCommand()
|
||||
|
|
Loading…
Add table
Reference in a new issue