From 42faf709f98ecc72c20a0c0861018d4d263171f3 Mon Sep 17 00:00:00 2001 From: cra0zy Date: Sat, 10 Aug 2019 17:23:06 +0200 Subject: [PATCH] Remove MyGet feed from the builds file --- azure-pipelines.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) 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