From 858a424708f8f6eb87237aec3d0d476d5898066b Mon Sep 17 00:00:00 2001 From: dlebee <36390643+dlebee@users.noreply.github.com> Date: Fri, 13 Mar 2020 11:52:12 -0400 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9a7e77c..063ec8a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -34,3 +34,6 @@ steps: packagesToPush: '$(Build.ArtifactStagingDirectory)/**/*.symbols.nupkg' versioningScheme: 'byEnvVar' versionEnvVar: 'GitVersion.NuGetVersion' + nuGetFeedType: 'external' + publishFeedCredentials: 'PoweredSoftNuget' +