From fa07c52ccd2de5193e0ccbda02b7be057af34bad Mon Sep 17 00:00:00 2001 From: dlebee <36390643+dlebee@users.noreply.github.com> Date: Fri, 13 Mar 2020 12:06:33 -0400 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'