Temporarily disable dotnet-compile-fsc

https://github.com/dotnet/cli/issues/3558
This commit is contained in:
PiotrP 2016-06-14 07:29:35 -07:00
parent 9e97d0400c
commit e0444d5a94
2 changed files with 4 additions and 2 deletions

View file

@ -13,7 +13,8 @@ namespace Microsoft.DotNet.Cli.Build
{
public static readonly string[] ProjectsToPack = new string[]
{
"dotnet-compile-fsc",
// TODO: https://github.com/dotnet/cli/issues/3558
// "dotnet-compile-fsc",
"Microsoft.DotNet.Cli.Utils",
"Microsoft.DotNet.Compiler.Common",
"Microsoft.DotNet.Files",

View file

@ -24,7 +24,8 @@ namespace Microsoft.DotNet.Cli.Build
"dotnet-build.Tests",
"dotnet-compile.Tests",
"dotnet-compile.UnitTests",
"dotnet-compile-fsc.Tests",
// TODO: https://github.com/dotnet/cli/issues/3558
// "dotnet-compile-fsc.Tests",
"dotnet-new.Tests",
"dotnet-pack.Tests",
"dotnet-projectmodel-server.Tests",