Add pack to the list of projects
This commit is contained in:
parent
98390d50e0
commit
919c6bc40e
2 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,7 @@ $Projects = @(
|
|||
"Microsoft.DotNet.Cli",
|
||||
"Microsoft.DotNet.Tools.Compiler",
|
||||
"Microsoft.DotNet.Tools.Compiler.Csc",
|
||||
"Microsoft.DotNet.Tools.Pack",
|
||||
"Microsoft.DotNet.Tools.Publish",
|
||||
"Microsoft.DotNet.Tools.Resgen",
|
||||
"Microsoft.DotNet.Tools.Run"
|
||||
|
|
|
@ -24,6 +24,7 @@ PROJECTS=( \
|
|||
Microsoft.DotNet.Tools.Compiler \
|
||||
Microsoft.DotNet.Tools.Compiler.Csc \
|
||||
Microsoft.DotNet.Tools.Publish \
|
||||
Microsoft.DotNet.Tools.Pack \
|
||||
Microsoft.DotNet.Tools.Resgen \
|
||||
Microsoft.DotNet.Tools.Run \
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue