Revert "Disabling the VB tests in non-windows platforms while MSBuild fixes a bug that we need for cross-plat."

This reverts commit a4c3e69c3c.

This should work since 28e25657cb picked
up the fix for Microsoft/msbuild#137.
This commit is contained in:
Rainer Sigwald 2017-05-22 13:06:34 -05:00
parent bd50f816df
commit a3dbfa47c9

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