Revert "Disabling the VB tests in non-windows platforms while MSBuild fixes a bug that we need for cross-plat."
This reverts commita4c3e69c3c
. This should work since28e25657cb
picked up the fix for Microsoft/msbuild#137.
This commit is contained in:
parent
bd50f816df
commit
a3dbfa47c9
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…
Reference in a new issue