Save dotnet-projectmodel-server.exe to output
This commit is contained in:
parent
f987810e44
commit
20205c4f02
2 changed files with 3 additions and 1 deletions
|
@ -13,6 +13,7 @@ param(
|
|||
|
||||
$Projects = @(
|
||||
"Microsoft.DotNet.Cli",
|
||||
"Microsoft.DotNet.ProjectModel.Server",
|
||||
"Microsoft.DotNet.Tools.Builder",
|
||||
"Microsoft.DotNet.Tools.Compiler",
|
||||
"Microsoft.DotNet.Tools.Compiler.Csc",
|
||||
|
@ -25,7 +26,7 @@ $Projects = @(
|
|||
"Microsoft.DotNet.Tools.Repl.Csi",
|
||||
"Microsoft.DotNet.Tools.Resgen",
|
||||
"Microsoft.DotNet.Tools.Run",
|
||||
"Microsoft.DotNet.Tools.Test"
|
||||
"Microsoft.DotNet.Tools.Test"
|
||||
)
|
||||
|
||||
$BinariesForCoreHost = @(
|
||||
|
|
|
@ -24,6 +24,7 @@ source "$DIR/../common/_common.sh"
|
|||
|
||||
PROJECTS=( \
|
||||
Microsoft.DotNet.Cli \
|
||||
Microsoft.DotNet.ProjectModel.Server \
|
||||
Microsoft.DotNet.Tools.Builder \
|
||||
Microsoft.DotNet.Tools.Compiler \
|
||||
Microsoft.DotNet.Tools.Compiler.Csc \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue