-
Notifications
You must be signed in to change notification settings - Fork 0
Pack
Luca Sgroi edited this page Apr 2, 2017
·
6 revisions
Create a NuGet package targeting the default project .csproj
file. Optionally, a .nuspec
file can be combined to specify additional metadata.
The project must have been build before packing and the task expects to find the build output in $ArtifactFullPath
.
Example: Build and pack a package.
Import-Task Clean, Build, New-Artifact, Pack
# Synopsis: Default task
Task . Clean, Build, New-Artifact, Pack
-
BuildConfiguration - the build configuration
Default toDebug
-
CreateSymbolsPackage - it creates a symbols package
Default to$false