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();
|
.Should().Pass();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Enable cross-plat once https://github.com/Microsoft/msbuild/issues/422 is fixed
|
[Fact]
|
||||||
[WindowsOnlyFact]
|
|
||||||
public void ICanBuildVBApps()
|
public void ICanBuildVBApps()
|
||||||
{
|
{
|
||||||
new BuildCommand()
|
new BuildCommand()
|
||||||
|
@ -36,8 +35,7 @@ namespace Microsoft.DotNet.Tests
|
||||||
.Should().Pass();
|
.Should().Pass();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Enable cross-plat once https://github.com/Microsoft/msbuild/issues/422 is fixed
|
[Fact]
|
||||||
[WindowsOnlyFact]
|
|
||||||
public void ICanRunVBApps()
|
public void ICanRunVBApps()
|
||||||
{
|
{
|
||||||
new RunCommand()
|
new RunCommand()
|
||||||
|
@ -46,8 +44,7 @@ namespace Microsoft.DotNet.Tests
|
||||||
.Should().Pass();
|
.Should().Pass();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Enable cross-plat once https://github.com/Microsoft/msbuild/issues/422 is fixed
|
[Fact]
|
||||||
[WindowsOnlyFact]
|
|
||||||
public void ICanPublicAndRunVBApps()
|
public void ICanPublicAndRunVBApps()
|
||||||
{
|
{
|
||||||
new PublishCommand()
|
new PublishCommand()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue