Skip to content

Commit 4084418

Browse files
authored
fix: Filename in powershell gallery push (#410)
Co-authored-by: Pim Simons <pim.simons@codit.eu>
1 parent ed1be7e commit 4084418

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build/psgallery-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ stages:
155155
$nugetPackageFiles = Get-ChildItem -Path $env:ARTIFACT_DIR -Filter *.nupkg -Recurse
156156
157157
foreach ($nugetPackageFile in $nugetPackageFiles) {
158+
$fullFileName = $nugetPackageFile.FullName
158159
% { & "nuget" push $fullFileName -Source $(Source) -ApiKey $(NuGet.ApiKey) -SkipDuplicate }
159160
}
160161
displayName: 'Push to PowerShell Gallery'

0 commit comments

Comments
 (0)