diff --git a/Pipelines/core-pipeline.yml b/Pipelines/core-pipeline.yml index 744c07e..9293563 100644 --- a/Pipelines/core-pipeline.yml +++ b/Pipelines/core-pipeline.yml @@ -499,12 +499,4 @@ stages: packagesToPush: '$(Build.StagingDirectory)/*.nupkg' nuGetFeedType: 'external' publishFeedCredentials: 'CST-E Nuget CI' - verbosityPush: 'Normal' - - task: NuGetCommand@2 - displayName: Push NuGet Symbols - inputs: - command: 'push' - packagesToPush: '$(Build.StagingDirectory)/*.snupkg' - nuGetFeedType: 'external' - publishFeedCredentials: 'CST-E Nuget CI' verbosityPush: 'Normal' \ No newline at end of file