Skip to content

Commit 6b10f58

Browse files
authored
fix: Make sure the log.txt file exists during release pipeline (#398)
Co-authored-by: Pim Simons <pim.simons@codit.eu>
1 parent 76a945e commit 6b10f58

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
@@ -151,6 +151,7 @@ stages:
151151
inputs:
152152
checkLatest: true
153153
- powershell: |
154+
New-Item log.txt
154155
Get-ChildItem -Path $env:ARTIFACT_DIR -Filter *.nupkg -Recurse |
155156
% { & "nuget" push $_.FullName -Source $(Source) -ApiKey $(NuGet.ApiKey) -SkipDuplicate | Out-File log.txt -Append }
156157

0 commit comments

Comments
 (0)