Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Commit

Permalink
removed from build
Browse files Browse the repository at this point in the history
  • Loading branch information
enricosada committed Apr 22, 2016
1 parent 7ab1204 commit ad8e32b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
3 changes: 1 addition & 2 deletions scripts/dotnet-cli-build/PackageTargets.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ public static class PackageTargets
"Microsoft.Extensions.DependencyModel",
"Microsoft.Extensions.Testing.Abstractions",
"Microsoft.DotNet.Compiler.Common",
"Microsoft.DotNet.Files",
"dotnet-compile-fsc"
"Microsoft.DotNet.Files"
};

[Target(nameof(PackageTargets.CopyCLISDKLayout),
Expand Down
10 changes: 0 additions & 10 deletions scripts/dotnet-cli-build/TestPackageProjects.cs
Original file line number Diff line number Diff line change
Expand Up @@ -205,16 +205,6 @@ public static string TestPackageBuildVersionSuffix
VersionSuffix = s_testPackageBuildVersionSuffix,
Clean = false,
Frameworks = new [] { "netstandard1.5" }
},
new TestPackageProject()
{
Name = "dotnet-compile-fsc",
IsTool = true,
Path = "src/dotnet-compile-fsc",
IsApplicable = true,
VersionSuffix = s_testPackageBuildVersionSuffix,
Clean = true,
Frameworks = new [] { "netcoreapp1.0" }
}
};
}
Expand Down

0 comments on commit ad8e32b

Please sign in to comment.