Update core-pipeline.yml for Azure Pipelines
This commit is contained in:
Родитель
d5a06e44f3
Коммит
a66f774e79
|
@ -500,11 +500,3 @@ stages:
|
||||||
nuGetFeedType: 'external'
|
nuGetFeedType: 'external'
|
||||||
publishFeedCredentials: 'CST-E Nuget CI'
|
publishFeedCredentials: 'CST-E Nuget CI'
|
||||||
verbosityPush: 'Normal'
|
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'
|
|
Загрузка…
Ссылка в новой задаче