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' +