Add pack to the list of projects

This commit is contained in:
David Fowler 2015-11-16 20:22:22 -08:00
parent 98390d50e0
commit 919c6bc40e
2 changed files with 2 additions and 0 deletions

View file

@ -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"

View file

@ -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 \
)