diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a98f51a..e45c73e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,8 +1,3 @@ -# Starter pipeline -# Start with a minimal pipeline that you can customize to build and deploy your code. -# Add steps that build, run tests, deploy, and more: -# https://aka.ms/yaml - trigger: - master - release/* @@ -44,4 +39,11 @@ steps: command: 'push' packagesToPush: '$(Build.ArtifactStagingDirectory)/**/*.nupkg;!$(Build.ArtifactStagingDirectory)/**/*.symbols.nupkg' nuGetFeedType: 'external' - publishFeedCredentials: 'RedisGraphDotNetNuGetConnection' \ No newline at end of file + publishFeedCredentials: 'RedisGraphDotNetNuGetConnection' + +- task: NuGetCommand@2 + inputs: + command: 'push' + packagesToPush: '$(Build.ArtifactStagingDirectory)/**/*.nupkg;!$(Build.ArtifactStagingDirectory)/**/*.symbols.nupkg' + nuGetFeedType: 'internal' + publishVstsFeed: 'd7a6f02b-63a2-4bfb-a72e-78ec5b5ba4ea' \ No newline at end of file