Skip to content

Commit

Permalink
push cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Danijel Peric committed Mar 26, 2023
1 parent 8536ee9 commit f701cf0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Push.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ if ([string]::IsNullOrEmpty($Env:NUGET_API_KEY)) {
} else {
Get-ChildItem $artifacts -Filter "*.nupkg" | ForEach-Object {
Write-Host "$($scriptName): Pushing $($_.Name)"
Write-Host "NUGET_URL: $Env:NUGET_URL"
Write-Host "NUGET_API_KEY: $Env:NUGET_API_KEY"
Write-Host "PACKAGE: $_.FullName"

dotnet nuget push $_.FullName --source $Env:NUGET_URL --api-key $Env:NUGET_API_KEY
Expand Down

0 comments on commit f701cf0

Please sign in to comment.