mirror of
				https://github.com/Ryujinx/GtkSharp.git
				synced 2025-11-04 08:24:56 +00:00 
			
		
		
		
	Remove MyGet feed from the builds file
This commit is contained in:
		
							parent
							
								
									8b597809e7
								
							
						
					
					
						commit
						42faf709f9
					
				| 
						 | 
				
			
			@ -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'
 | 
			
		||||
      publishLocation: container
 | 
			
		||||
		Loading…
	
		Reference in a new issue