Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aacebo committed Oct 3, 2023
1 parent bf9c814 commit 8434a53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pipelines/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ steps:
packagesToPack: '$(projectPath)'
packDestination: '$(Build.ArtifactStagingDirectory)'

- script: 'dotnet nuget push $(Build.ArtifactStagingDirectory)/**/*.nupkg --api-key $(nugetApiKey) --source https://api.nuget.org/v3/index.json --skip-duplicate --no-symbols'
displayName: 'NuGet Push'

- task: PublishBuildArtifacts@1
displayName: 'Publish Artifact'
inputs:
Expand All @@ -53,3 +50,6 @@ steps:
publishVstsFeed: 'SDK_v4/Teams'
allowPackageConflicts: true
includeNugetOrg: true

- script: 'dotnet nuget push $(Build.ArtifactStagingDirectory)/**/*.nupkg --api-key $(nugetApiKey) --source https://api.nuget.org/v3/index.json --skip-duplicate --no-symbols'
displayName: 'NuGet Push'

0 comments on commit 8434a53

Please sign in to comment.