Fixes issue #797
Builds all to-be-packaged assemblies, fixes packaging script.
This commit is contained in:
parent
e114bbf367
commit
ce34927dfb
2 changed files with 10 additions and 11 deletions
|
@ -13,6 +13,8 @@ param(
|
|||
|
||||
$Projects = @(
|
||||
"Microsoft.DotNet.Cli",
|
||||
"Microsoft.DotNet.Cli.Utils",
|
||||
"Microsoft.DotNet.ProjectModel.Loader",
|
||||
"Microsoft.DotNet.ProjectModel.Server",
|
||||
"Microsoft.DotNet.Tools.Builder",
|
||||
"Microsoft.DotNet.Tools.Compiler",
|
||||
|
@ -27,7 +29,9 @@ $Projects = @(
|
|||
"Microsoft.DotNet.Tools.Repl.Csi",
|
||||
"Microsoft.DotNet.Tools.Resgen",
|
||||
"Microsoft.DotNet.Tools.Run",
|
||||
"Microsoft.DotNet.Tools.Test"
|
||||
"Microsoft.DotNet.Tools.Test",
|
||||
"Microsoft.Extensions.DependencyModel",
|
||||
"Microsoft.Extensions.Testing.Abstractions"
|
||||
)
|
||||
|
||||
$BinariesForCoreHost = @(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue