reenable smoke test of F# templates

This commit is contained in:
Enrico Sada 2017-06-09 20:07:33 +02:00
parent e2520d8df1
commit 56d03c10e6

View file

@ -37,13 +37,6 @@ namespace Microsoft.DotNet.New.Tests
bool useNuGetConfigForAspNet,
bool skipSpaWebpackSteps)
{
if (language == "F#" && !EnvironmentInfo.HasSharedFramework("netcoreapp1.0"))
{
// F# requires netcoreapp1.0 to be present in order to build
// https://github.com/dotnet/netcorecli-fsc/issues/76
return;
}
string rootPath = TestAssets.CreateTestDirectory(identifier: $"{language}_{projectType}").FullName;
new TestCommand("dotnet") { WorkingDirectory = rootPath }