Merge pull request #6660 from rainersigwald/enable-vb-tests

Enable VB tests on all platforms
This commit is contained in:
Livar 2017-05-22 12:15:28 -07:00 committed by GitHub
commit 059e29b600

View file

@ -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()