Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
mozts2005 committed Jan 19, 2021
1 parent 7277fc5 commit ec3f450
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ jobs:
$url = "$Env:github_feed_url"
Write-Host -ForegroundColor Cyan "Feed url $url"
Write-Host -ForegroundColor Cyan "api key length is " $api.Length
dotnet nuget push "*.nupkg" --api-key "$api" --source $url --no-symbols
dotnet nuget push "*.nupkg" --no-symbols --api-key "$api" --source "$url"
showWarnings: true
pwsh: true

Expand Down

0 comments on commit ec3f450

Please sign in to comment.