diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 88760f7..3a6efb5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -36,8 +36,8 @@ steps: includesource: true versioningScheme: 'byEnvVar' versionEnvVar: 'GitVersion.NuGetVersion' - -- task: DotNetCoreCLI@2 + +- task: NuGetCommand@2 inputs: command: 'push' packagesToPush: '$(Build.ArtifactStagingDirectory)/**/*.symbols.nupkg'