{"id":1904,"date":"2018-12-04T00:00:00","date_gmt":"2018-12-04T08:00:00","guid":{"rendered":"https:\/\/azure.microsoft.com\/blog\/new-azure-pipelines-announcements-vs-code-extension-github-releases-and-more"},"modified":"2023-07-28T15:46:37","modified_gmt":"2023-07-28T22:46:37","slug":"new-azure-pipelines-announcements-vs-code-extension-github-releases-and-more","status":"publish","type":"post","link":"https:\/\/azure.microsoft.com\/en-us\/blog\/new-azure-pipelines-announcements-vs-code-extension-github-releases-and-more\/","title":{"rendered":"New Azure Pipelines announcements \u2013 VS Code extension, GitHub Releases, and more"},"content":{"rendered":"<p>Since we <a href=\"https:\/\/azure.microsoft.com\/blog\/announcing-azure-pipelines-with-unlimited-ci-cd-minutes-for-open-source\/\" target=\"_blank\" rel=\"noopener\">launched Azure Pipelines in September<\/a>, we\u2019ve seen strong growth in adoption of our cloud hosted build and deployment service. We\u2019re also learning from many of the open source projects on GitHub starting to take advantage of <a href=\"https:\/\/github.com\/marketplace\/azure-pipelines\" target=\"_blank\" rel=\"noopener\">unlimited build minutes<\/a>, and with up to 10 concurrent jobs across our hosted Linux, Widows, and Mac machines. We\u2019re seeing it make a positive difference to lots of cross-platform libraries and applications.<\/p>\n<p>Today at Connect();, we\u2019re announcing several new features and integrations with Azure Pipelines \u2013 two of which were directly inspired by the open source projects using Azure Pipelines to build and release their applications more easily.<\/p>\n<h2>Azure Pipelines extension for Visual Studio Code<\/h2>\n<p>As we&#8217;ve built out config-as-code (aka <a href=\"https:\/\/docs.microsoft.com\/azure\/devops\/pipelines\/yaml-schema?view=vsts&#038;tabs=schema\" target=\"_blank\" rel=\"noopener\">YAML pipelines<\/a>) we\u2019ve been working in lots of our favorite open source projects to help them take advantage of the Azure Pipelines support. As we got to writing and reviewing YAML files, we quickly noticed something missing, a great editing experience in our favorite code editor \u2013 <a href=\"https:\/\/code.visualstudio.com\/\" target=\"_blank\" rel=\"noopener\">Visual Studio Code<\/a>. Like many tools, Visual Studio Code has syntax highlighting for the structure of YAML, but this requires developers to remember exactly which keys are legal where in the file. This causes developers to flip back and forth to the documentation, and the need to check for typos before committing the YAML file and trying to run the build.<\/p>\n<p>Enter the Azure Pipelines extension for Visual Studio Code. Now, you can have syntax highlighting and IntelliSense that&#8217;s aware of the Azure Pipelines YAML format. This means that you\u2019ll be alerted in red \u201cink\u201d if you write \u201ctasks:\u201d where you should have written \u201ctask:\u201d. IntelliSense is also schema-aware. Wherever you are in the file, press Ctrl-Space (or Cmd-Space on macOS) to see what\u2019s accepted at that point in the file.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" alt=\"Azure Pipelines extension for Visual Studi Code\" height=\"337\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/12\/56f6786f-dd9a-463c-b349-738264af606c.webp\" title=\"Azure Pipelines extension for Visual Studi Code\" width=\"640\"><\/p>\n<p>To get started simply install the <a href=\"https:\/\/marketplace.visualstudio.com\/items?itemName=ms-azure-devops.azure-pipelines\" target=\"_blank\" rel=\"noopener\">Azure Pipelines extension<\/a> from the <a href=\"https:\/\/marketplace.visualstudio.com\/items?itemName=ms-azure-devops.azure-pipelines\" target=\"_blank\" rel=\"noopener\">Visual Studio Code Marketplace<\/a>. The source for the extension is <a href=\"https:\/\/github.com\/Microsoft\/azure-pipelines-vscode\" target=\"_blank\" rel=\"noopener\">open source and available on GitHub<\/a> if you\u2019d like to learn more about how it works, or want to give feedback or suggest changes.<\/p>\n<h2>GitHub Releases<\/h2>\n<p>GitHub Releases are a great way to package software and ship it to end users \u2013 and they are heavily used by open source projects. We are excited to announce that you can now seamlessly manage GitHub Releases using Azure Pipelines. You can create new releases, modify drafts, or discard older ones. The new GitHub Releases task supports all the commonly performed actions like attaching binary files, publishing draft releases, and marking a releases as pre-release.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" alt=\"Creating a GitHub Release example\" height=\"382\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/12\/05038541-f343-47b6-a97d-f8b701289b53.webp\" title=\"Creating a GitHub Release example\" width=\"673\"><\/p>\n<p>From our own experience, we know that creating release notes can sometimes be a daunting job. To help you with it, this task can automatically compute the list of changes made in this release, including links to the commits and any linked issues, and add it to release notes on GitHub.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" alt=\"Release notes on GitHub\" height=\"464\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/12\/954d253a-4f1e-4121-a851-14ca704b70b7.webp\" title=\"Release notes on GitHub\" width=\"640\"><\/p>\n<p>All of the built-in tasks for Azure Pipelines, including this new GitHub Releases task, are <a href=\"https:\/\/github.com\/Microsoft\/azure-pipelines-tasks\" target=\"_blank\" rel=\"noopener\">open source and available on GitHub<\/a> if you would like to suggest changes or make feature requests join us there.<\/p>\n<h2>Azure DevOps Projects \u2013 Azure IoT support<\/h2>\n<p>With <a href=\"https:\/\/azure.microsoft.com\/en-us\/features\/devops-projects\/\" target=\"_blank\" rel=\"noopener\">Azure DevOps Projects<\/a>, we try to make it easy for you to set up a fully functional DevOps pipeline straight from the Azure portal. The pipelines they create are customized to the programming language and application platform you want to use along with which Azure functionality you want to leverage and deploy to. While they are very easy and a super quick way to get started, creating a pipeline with Azure DevOps Projects in the Azure portal also tries to ensure you are set up with all the scaffolding you need to be able to grow and extend your project in the future.<\/p>\n<p>We have seen increasing interest from customers using Azure DevOps to build and deploy their IoT based solutions. Today we have added support in the Azure portal for <a href=\"https:\/\/docs.microsoft.com\/en-in\/azure\/iot-edge\/\" target=\"_blank\" rel=\"noopener\">Azure IoT Edge<\/a> in the Azure DevOps project workflow to make it easy to get started in those scenarios.\u00a0<\/p>\n<p>With support for Azure IoT Edge in Azure DevOps projects, you are able to easily get started when deploying IoT Edge modules written in Node.js, Python, Java, .NET Core, or C. Along with this, it sets up everything you would need to develop, build, and deploy your IoT Edge application including:<\/p>\n<ul>\n<li>A Git code repository complete with a sample IoT Edge application in any of above languages<\/li>\n<li>A build and a release pipeline setup for deployment to Azure<\/li>\n<li>Easy provisioning of all Azure resources required for Azure IoT Edge<\/li>\n<\/ul>\n<p>Once you have answered a few questions to set up your Azure DevOps project from the Azure portal, you can access the sample code and the skeleton CI\/CD pipeline using the project in Azure DevOps which is also auto configured for you. You can examine the pipeline that has been created for you and navigate to the Azure resources created to make any incremental changes as your application gets more complex and evolves over time.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" alt=\"Azure DevOps project\" height=\"519\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/12\/bee2165b-ad71-4ad4-8cd9-4459a148f1f6.webp\" title=\"Azure DevOps project\" width=\"1024\"><\/p>\n<p>By default, the CI\/CD pipeline is configured so that any code pushed to your Git repository in Azure Repos will result in a continuous integration build and a continuous deployment process so that your changes will be deployed to your development Azure IoT Edge environment without any additional operational overhead. It\u2019s then very easy from there to add additional production environments with approvers or release gates to automate the delivery of your next Azure IoT Edge application all the way from code, to cloud, to your devices in the field.<\/p>\n<h2>ServiceNow integration with Azure Pipelines<\/h2>\n<p>Finally, I want to touch on a new integration with one of our partners, ServiceNow. ServiceNow is changing the way enterprises work by expediting and simplifying the delivery of modern IT services. By automating routines activities, tasks and processes at work, ServiceNow helps enterprises gain efficiencies and increase productivity of their workforce.<\/p>\n<p>ServiceNow and Azure Pipelines work together with the new ServiceNow Change Management extensions. Every time you need to update production, you can automate the deployment process using Azure Pipelines, and use ServiceNow Change Management for risk assessment, scheduling, approvals, and oversight.<\/p>\n<p>As you define stages in your pipeline, you can even use ServiceNow Change Management as a release gate to control the promotion of changes from one stage to another from ServiceNow. During the execution of the release pipeline, a new change request would be created in ServiceNow and the pipeline is paused until change is approved ready for implementation.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" alt=\"ServiceNow integration with Azure Pipelines\" height=\"491\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/12\/4eb37cd7-7331-48fc-b7d7-849db8fb1e3b.webp\" title=\"ServiceNow integration with Azure Pipelines\" width=\"1369\"><\/p>\n<p>By adding the \u201cUpdate ServiceNow Change Request\u201d task to the deployment process in Azure Pipelines, you can keep the ServiceNow change request updated with the status and result of the deployment. Release information on the pipeline is captured in the change request for traceability giving you full bi-directional end-to-end integration between ServiceNow and Azure Pipelines.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" alt=\"Updating a ServiceNow change request\" height=\"617\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/12\/fe4a0225-4a7e-47bd-8235-21a5035fa5dc.webp\" title=\"Updating a ServiceNow change request\" width=\"1430\"><\/p>\n<p>If you would like more details, check out the <a href=\"https:\/\/aka.ms\/servicenow-pipelines-app\" target=\"_blank\" rel=\"noopener\">Azure Pipelines application in the ServiceNow store<\/a>. To install the release gate and update change request tasks for ServiceNow Change Management into Azure Pipelines visit the <a href=\"https:\/\/aka.ms\/servicenow-pipelines-tasks\" target=\"_blank\" rel=\"noopener\">ServiceNow Change Management extension in the Azure DevOps Marketplace<\/a>.<\/p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Since we launched Azure Pipelines in September, we\u2019ve seen strong growth in adoption of our cloud hosted build and deployment service.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"ms_queue_id":[],"ep_exclude_from_search":false,"_classifai_error":"","_classifai_text_to_speech_error":"","_alt_title":"","footnotes":"","msx_community_cta_settings":[]},"categories":[1551],"tags":[],"audience":[3055],"content-type":[],"product":[],"tech-community":[],"topic":[],"coauthors":[97],"class_list":["post-1904","post","type-post","status-publish","format-standard","hentry","category-developer-tools","audience-developers"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>New Azure Pipelines announcements \u2013 VS Code extension, GitHub Releases, and more | Microsoft Azure Blog<\/title>\n<meta name=\"description\" content=\"Since we launched Azure Pipelines in September, we\u2019ve seen strong growth in adoption of our cloud hosted build and deployment service.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/new-azure-pipelines-announcements-vs-code-extension-github-releases-and-more\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"New Azure Pipelines announcements \u2013 VS Code extension, GitHub Releases, and more | Microsoft Azure Blog\" \/>\n<meta property=\"og:description\" content=\"Since we launched Azure Pipelines in September, we\u2019ve seen strong growth in adoption of our cloud hosted build and deployment service.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/new-azure-pipelines-announcements-vs-code-extension-github-releases-and-more\/\" \/>\n<meta property=\"og:site_name\" content=\"Microsoft Azure Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/microsoftazure\" \/>\n<meta property=\"article:published_time\" content=\"2018-12-04T08:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-07-28T22:46:37+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/12\/56f6786f-dd9a-463c-b349-738264af606c.webp\" \/>\n<meta name=\"author\" content=\"Microsoft Azure\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@azure\" \/>\n<meta name=\"twitter:site\" content=\"@azure\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Microsoft Azure\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/new-azure-pipelines-announcements-vs-code-extension-github-releases-and-more\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/new-azure-pipelines-announcements-vs-code-extension-github-releases-and-more\/\"},\"author\":[{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/microsoft-azure\/\",\"@type\":\"Person\",\"@name\":\"Microsoft Azure\"}],\"headline\":\"New Azure Pipelines announcements \u2013 VS Code extension, GitHub Releases, and more\",\"datePublished\":\"2018-12-04T08:00:00+00:00\",\"dateModified\":\"2023-07-28T22:46:37+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/new-azure-pipelines-announcements-vs-code-extension-github-releases-and-more\/\"},\"wordCount\":1194,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/new-azure-pipelines-announcements-vs-code-extension-github-releases-and-more\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/12\/56f6786f-dd9a-463c-b349-738264af606c.webp\",\"articleSection\":[\"Developer tools\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/new-azure-pipelines-announcements-vs-code-extension-github-releases-and-more\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/new-azure-pipelines-announcements-vs-code-extension-github-releases-and-more\/\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/new-azure-pipelines-announcements-vs-code-extension-github-releases-and-more\/\",\"name\":\"New Azure Pipelines announcements \u2013 VS Code extension, GitHub Releases, and more | Microsoft Azure Blog\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/new-azure-pipelines-announcements-vs-code-extension-github-releases-and-more\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/new-azure-pipelines-announcements-vs-code-extension-github-releases-and-more\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/12\/56f6786f-dd9a-463c-b349-738264af606c.webp\",\"datePublished\":\"2018-12-04T08:00:00+00:00\",\"dateModified\":\"2023-07-28T22:46:37+00:00\",\"description\":\"Since we launched Azure Pipelines in September, we\u2019ve seen strong growth in adoption of our cloud hosted build and deployment service.\",\"breadcrumb\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/new-azure-pipelines-announcements-vs-code-extension-github-releases-and-more\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/new-azure-pipelines-announcements-vs-code-extension-github-releases-and-more\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/new-azure-pipelines-announcements-vs-code-extension-github-releases-and-more\/#primaryimage\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/12\/56f6786f-dd9a-463c-b349-738264af606c.webp\",\"contentUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/12\/56f6786f-dd9a-463c-b349-738264af606c.webp\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/new-azure-pipelines-announcements-vs-code-extension-github-releases-and-more\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog home\",\"item\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Developer tools\",\"item\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/category\/developer-tools\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"New Azure Pipelines announcements \u2013 VS Code extension, GitHub Releases, and more\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#website\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\",\"name\":\"Microsoft Azure Blog\",\"description\":\"Get the latest Azure news, updates, and announcements from the Azure blog. From product updates to hot topics, hear from the Azure experts.\",\"publisher\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\",\"name\":\"Microsoft Azure Blog\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp\",\"contentUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp\",\"width\":512,\"height\":512,\"caption\":\"Microsoft Azure Blog\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/microsoftazure\",\"https:\/\/x.com\/azure\",\"https:\/\/www.instagram.com\/microsoftdeveloper\/\",\"https:\/\/www.linkedin.com\/company\/16188386\",\"https:\/\/www.youtube.com\/user\/windowsazure\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/person\/c702e5edd662b328b49b7e1180cab117\",\"name\":\"shakir\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g7664e653ea371ce16eaf75e9fa8952c4\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g\",\"caption\":\"shakir\"},\"sameAs\":[\"https:\/\/azure.microsoft.com\"],\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/shakir\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"New Azure Pipelines announcements \u2013 VS Code extension, GitHub Releases, and more | Microsoft Azure Blog","description":"Since we launched Azure Pipelines in September, we\u2019ve seen strong growth in adoption of our cloud hosted build and deployment service.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/azure.microsoft.com\/en-us\/blog\/new-azure-pipelines-announcements-vs-code-extension-github-releases-and-more\/","og_locale":"en_US","og_type":"article","og_title":"New Azure Pipelines announcements \u2013 VS Code extension, GitHub Releases, and more | Microsoft Azure Blog","og_description":"Since we launched Azure Pipelines in September, we\u2019ve seen strong growth in adoption of our cloud hosted build and deployment service.","og_url":"https:\/\/azure.microsoft.com\/en-us\/blog\/new-azure-pipelines-announcements-vs-code-extension-github-releases-and-more\/","og_site_name":"Microsoft Azure Blog","article_publisher":"https:\/\/www.facebook.com\/microsoftazure","article_published_time":"2018-12-04T08:00:00+00:00","article_modified_time":"2023-07-28T22:46:37+00:00","og_image":[{"url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/12\/56f6786f-dd9a-463c-b349-738264af606c.webp","type":"","width":"","height":""}],"author":"Microsoft Azure","twitter_card":"summary_large_image","twitter_creator":"@azure","twitter_site":"@azure","twitter_misc":{"Written by":"Microsoft Azure","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/new-azure-pipelines-announcements-vs-code-extension-github-releases-and-more\/#article","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/new-azure-pipelines-announcements-vs-code-extension-github-releases-and-more\/"},"author":[{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/microsoft-azure\/","@type":"Person","@name":"Microsoft Azure"}],"headline":"New Azure Pipelines announcements \u2013 VS Code extension, GitHub Releases, and more","datePublished":"2018-12-04T08:00:00+00:00","dateModified":"2023-07-28T22:46:37+00:00","mainEntityOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/new-azure-pipelines-announcements-vs-code-extension-github-releases-and-more\/"},"wordCount":1194,"commentCount":0,"publisher":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/new-azure-pipelines-announcements-vs-code-extension-github-releases-and-more\/#primaryimage"},"thumbnailUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/12\/56f6786f-dd9a-463c-b349-738264af606c.webp","articleSection":["Developer tools"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/new-azure-pipelines-announcements-vs-code-extension-github-releases-and-more\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/new-azure-pipelines-announcements-vs-code-extension-github-releases-and-more\/","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/new-azure-pipelines-announcements-vs-code-extension-github-releases-and-more\/","name":"New Azure Pipelines announcements \u2013 VS Code extension, GitHub Releases, and more | Microsoft Azure Blog","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/new-azure-pipelines-announcements-vs-code-extension-github-releases-and-more\/#primaryimage"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/new-azure-pipelines-announcements-vs-code-extension-github-releases-and-more\/#primaryimage"},"thumbnailUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/12\/56f6786f-dd9a-463c-b349-738264af606c.webp","datePublished":"2018-12-04T08:00:00+00:00","dateModified":"2023-07-28T22:46:37+00:00","description":"Since we launched Azure Pipelines in September, we\u2019ve seen strong growth in adoption of our cloud hosted build and deployment service.","breadcrumb":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/new-azure-pipelines-announcements-vs-code-extension-github-releases-and-more\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/new-azure-pipelines-announcements-vs-code-extension-github-releases-and-more\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/new-azure-pipelines-announcements-vs-code-extension-github-releases-and-more\/#primaryimage","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/12\/56f6786f-dd9a-463c-b349-738264af606c.webp","contentUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/12\/56f6786f-dd9a-463c-b349-738264af606c.webp"},{"@type":"BreadcrumbList","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/new-azure-pipelines-announcements-vs-code-extension-github-releases-and-more\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog home","item":"https:\/\/azure.microsoft.com\/en-us\/blog\/"},{"@type":"ListItem","position":2,"name":"Developer tools","item":"https:\/\/azure.microsoft.com\/en-us\/blog\/category\/developer-tools\/"},{"@type":"ListItem","position":3,"name":"New Azure Pipelines announcements \u2013 VS Code extension, GitHub Releases, and more"}]},{"@type":"WebSite","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#website","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/","name":"Microsoft Azure Blog","description":"Get the latest Azure news, updates, and announcements from the Azure blog. From product updates to hot topics, hear from the Azure experts.","publisher":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/azure.microsoft.com\/en-us\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization","name":"Microsoft Azure Blog","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp","contentUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp","width":512,"height":512,"caption":"Microsoft Azure Blog"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/microsoftazure","https:\/\/x.com\/azure","https:\/\/www.instagram.com\/microsoftdeveloper\/","https:\/\/www.linkedin.com\/company\/16188386","https:\/\/www.youtube.com\/user\/windowsazure"]},{"@type":"Person","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/person\/c702e5edd662b328b49b7e1180cab117","name":"shakir","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g7664e653ea371ce16eaf75e9fa8952c4","url":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g","caption":"shakir"},"sameAs":["https:\/\/azure.microsoft.com"],"url":"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/shakir\/"}]}},"msxcm_display_generated_audio":false,"msxcm_animated_featured_image":null,"distributor_meta":false,"distributor_terms":false,"distributor_media":false,"distributor_original_site_name":"Microsoft Azure Blog","distributor_original_site_url":"https:\/\/azure.microsoft.com\/en-us\/blog","push-errors":false,"_links":{"self":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/1904","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/comments?post=1904"}],"version-history":[{"count":0,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/1904\/revisions"}],"wp:attachment":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/media?parent=1904"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/categories?post=1904"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tags?post=1904"},{"taxonomy":"audience","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/audience?post=1904"},{"taxonomy":"content-type","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/content-type?post=1904"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/product?post=1904"},{"taxonomy":"tech-community","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tech-community?post=1904"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/topic?post=1904"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/coauthors?post=1904"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}