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 Aug 1, 2022
1 parent 9952781 commit 32429fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ 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 "$(Pipeline.Workspace)/**/*.nupkg" --no-symbols true --skip-duplicate -k "$api" -s "$url"
dotnet nuget push "$(Pipeline.Workspace)/**/*.nupkg" --no-symbols --skip-duplicate -k "$api" -s "$url"
showWarnings: true
pwsh: true
Expand Down

0 comments on commit 32429fa

Please sign in to comment.