Introducing a separate script that initializes the projects that are going to be packaged, so that it can be shared between build and pack.
This commit is contained in:
parent
e3a8dacc8e
commit
91fcb62611
3 changed files with 15 additions and 20 deletions
11
scripts/package/projectsToPack.ps1
Normal file
11
scripts/package/projectsToPack.ps1
Normal file
|
@ -0,0 +1,11 @@
|
|||
# Copyright (c) .NET Foundation and contributors. All rights reserved.
|
||||
# Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||
|
||||
$ProjectsToPack = @(
|
||||
"Microsoft.DotNet.Cli.Utils",
|
||||
"Microsoft.DotNet.ProjectModel",
|
||||
"Microsoft.DotNet.ProjectModel.Loader",
|
||||
"Microsoft.DotNet.ProjectModel.Workspaces",
|
||||
"Microsoft.Extensions.DependencyModel",
|
||||
"Microsoft.Extensions.Testing.Abstractions"
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue