Skip to content
| Marketplace
Sign in
Azure DevOps>Azure Pipelines>TeamCity artifacts for Release Management
TeamCity artifacts for Release Management

TeamCity artifacts for Release Management

Microsoft DevLabs

microsoft.com
|
1,696 installs
| (7) | Free
Tools related to connecting with TeamCity
Get it free

TeamCity™ artifacts for Release management

This extension integrates TeamCity™ with Azure Pipelines. It provides a TeamCity™ service connection and a Download TeamCity Artifacts task, so you can consume TeamCity™ build artifacts from both classic release pipelines and YAML pipelines in Azure DevOps.

This extension works only with Azure DevOps Services and Azure DevOps Server 2019 Update 1 onwards.

Usage

Using the extension is a two-step workflow: (1) create a TeamCity™ service connection in your project with your server URL and credentials, then (2) reference that connection from a release-pipeline artifact source or from a DownloadTeamCityArtifacts task in a YAML pipeline.

Connecting to a TeamCity™ project

Go to project settings -> Service connections tab and create a New Service Endpoint of type TeamCity™: Creating a TeamCity™ endpoint connection

Linking a TeamCity™ build

Once you have set up the service endpoint connection, you would be able to link an TeamCity™ build artifact in your release definition Linking TeamCity™ artifact

Using in YAML pipelines

Add the DownloadTeamCityArtifacts task to a YAML pipeline to download build artifacts from TeamCity™ directly into the agent workspace:

steps:
  - task: DownloadTeamCityArtifacts@15
    inputs:
      connection: 'MyTeamCityConnection'         # Service connection name
      project: 'MyProject'                       # TeamCity project id
      definition: 'MyProject_BuildConfiguration' # TeamCity build type id
      version: '12345'                           # Specific build id
      downloadPath: '$(Build.ArtifactStagingDirectory)/teamcity'

Learn more about artifacts in Azure Pipelines. Also you can use Azure Pipeline Extensions on GitHub to report any issues.

Note: TeamCity™ is trademark owned by Jetbrains s.r.o.

Contact Information

This extension is authored by Microsoft DevLabs. It is not supported by Microsoft.

To report a problem with this extension, create an issue in this repository. The maintainers of this repository will review and respond to the issue.

You can also report problems or share feedback about this this extension on Developer Community Forum.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
  • Your Privacy Choices
  • Consumer Health Privacy
© 2026 Microsoft