diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 092cc8c1f..78b98a171 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -48,13 +48,4 @@ steps: inputs: pathtoPublish: BuildOutput/Addins/MonoDevelop/MonoDevelop.GtkSharp.Addin_$(version).mpack artifactName: MonoDevelop Addin - publishLocation: container - - - task: DotNetCoreCLI@2 - displayName: Publish to MyGet - condition: or(eq(variables['Build.SourceBranch'], 'refs/heads/develop'), eq(variables['Build.SourceBranch'], 'refs/heads/master')) - inputs: - command: 'push' - packagesToPush: 'BuildOutput/NugetPackages/*.nupkg' - nuGetFeedType: 'internal' - publishVstsFeed: '5167ff63-e617-405e-a8f1-8cac89433e2d/1678f7d9-b3a8-4618-9193-93718f939e4b' \ No newline at end of file + publishLocation: container \ No newline at end of file