Temporarily disable dotnet-compile-fsc
https://github.com/dotnet/cli/issues/3558
This commit is contained in:
parent
9e97d0400c
commit
e0444d5a94
2 changed files with 4 additions and 2 deletions
|
@ -13,7 +13,8 @@ namespace Microsoft.DotNet.Cli.Build
|
||||||
{
|
{
|
||||||
public static readonly string[] ProjectsToPack = new string[]
|
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.Cli.Utils",
|
||||||
"Microsoft.DotNet.Compiler.Common",
|
"Microsoft.DotNet.Compiler.Common",
|
||||||
"Microsoft.DotNet.Files",
|
"Microsoft.DotNet.Files",
|
||||||
|
|
|
@ -24,7 +24,8 @@ namespace Microsoft.DotNet.Cli.Build
|
||||||
"dotnet-build.Tests",
|
"dotnet-build.Tests",
|
||||||
"dotnet-compile.Tests",
|
"dotnet-compile.Tests",
|
||||||
"dotnet-compile.UnitTests",
|
"dotnet-compile.UnitTests",
|
||||||
"dotnet-compile-fsc.Tests",
|
// TODO: https://github.com/dotnet/cli/issues/3558
|
||||||
|
// "dotnet-compile-fsc.Tests",
|
||||||
"dotnet-new.Tests",
|
"dotnet-new.Tests",
|
||||||
"dotnet-pack.Tests",
|
"dotnet-pack.Tests",
|
||||||
"dotnet-projectmodel-server.Tests",
|
"dotnet-projectmodel-server.Tests",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue