Skip to content

Commit

Permalink
Push to MyGet
Browse files Browse the repository at this point in the history
  • Loading branch information
StefH committed Jan 3, 2022
1 parent 74c64ae commit ace9983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ steps:
inputs:
command: custom
custom: nuget
arguments: push $(Build.ArtifactStagingDirectory)\packages\*.nupkg --source https://www.myget.org/F/system_text_json_enumextensions/api/v3/index.json --no-service-endpoint --api-key $(MyGetKey)
arguments: push $(Build.ArtifactStagingDirectory)\packages\*.nupkg -n true --source https://www.myget.org/F/system_text_json_enumextensions/api/v3/index.json -k $(MyGetKey)

0 comments on commit ace9983

Please sign in to comment.