-
-
Notifications
You must be signed in to change notification settings - Fork 7
Publish NugetPackage
Apostolis Bekiaris edited this page Feb 25, 2020
·
9 revisions
Publishes a NuGet package.
Publish-NugetPackage [-NupkgPath] <String> [-Source] <String> [-ApiKey] <String> [<CommonParameters>]
Publishes a NuGet package.
PS C:\> Publish-NugetPackage -NupkgPath "$Root\Nugets" -Source $publishNugetFeed -ApiKey $NugetApiKey
This example is taken from the eXpandFramework Publish-Nugets pipeline. https://github.com/eXpandFramework/Azure-Tasks/blob/dd68f11ed64ee9e47ed85050b5ab8e2bc74c2287/Scripts/Publish-Nuget-Packages.ps1#L52
NuGet Api Key.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{ Fill NupkgPath Description }}
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
{{ Fill Source Description }}
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.