Add Serviceable assembly attribute and nuspec attributes for all shipping CLI assemblies.
Fix #3345
This commit is contained in:
parent
7ec2a0e767
commit
15a5c34149
13 changed files with 34 additions and 5 deletions
|
@ -230,6 +230,7 @@ namespace Microsoft.DotNet.Cli.Build
|
|||
dotnet.Pack(
|
||||
projectFile,
|
||||
"--no-build",
|
||||
"--serviceable",
|
||||
"--build-base-path", packagingBuildBasePath,
|
||||
"--output", Dirs.Packages,
|
||||
"--configuration", configuration,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue