Skip to content

Commit

Permalink
fix filename in powershell gallery push
Browse files Browse the repository at this point in the history
  • Loading branch information
pim-simons committed Aug 23, 2023
1 parent ed1be7e commit 25373c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/psgallery-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ stages:
$nugetPackageFiles = Get-ChildItem -Path $env:ARTIFACT_DIR -Filter *.nupkg -Recurse
foreach ($nugetPackageFile in $nugetPackageFiles) {
$fullFileName = $nugetPackageFile.FullName
% { & "nuget" push $fullFileName -Source $(Source) -ApiKey $(NuGet.ApiKey) -SkipDuplicate }
}
displayName: 'Push to PowerShell Gallery'
Expand Down

0 comments on commit 25373c5

Please sign in to comment.