Skip to content

Commit a66f774

Browse files
committed
Update core-pipeline.yml for Azure Pipelines
1 parent d5a06e4 commit a66f774

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Pipelines/core-pipeline.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -499,12 +499,4 @@ stages:
499499
packagesToPush: '$(Build.StagingDirectory)/*.nupkg'
500500
nuGetFeedType: 'external'
501501
publishFeedCredentials: 'CST-E Nuget CI'
502-
verbosityPush: 'Normal'
503-
- task: NuGetCommand@2
504-
displayName: Push NuGet Symbols
505-
inputs:
506-
command: 'push'
507-
packagesToPush: '$(Build.StagingDirectory)/*.snupkg'
508-
nuGetFeedType: 'external'
509-
publishFeedCredentials: 'CST-E Nuget CI'
510502
verbosityPush: 'Normal'

0 commit comments

Comments
 (0)