Skip to content

Latest commit

 

History

History
80 lines (62 loc) · 1.9 KB

CHANGELOG.md

File metadata and controls

80 lines (62 loc) · 1.9 KB

Change Log

All notable changes to the Azure Pipelines extension will be documented in this file.

The format is based on Keep a Changelog. Versioning follows an internal Azure DevOps format that is not compatible with SemVer.

1.165.1

Fixed

  • update a few dependencies

1.165.0

Fixed

  • updated schema to M163
  • editor.autoIndent setting is updated from a bool to a string

1.157.5

Added

  • Added YAML Templates and detection logic for Function App

1.157.4

Added

  • Added an option to browse the pipeline targeting Azure Resource.

1.157.3

Fixed

  • Azure Repos scenario for Configure Pipeline where url contains DefaultCollection

1.157.2

Added

  • Added troubleshooting steps in README

1.157.1

Fixed

  • Azure Repos scenario for Configure Pipeline

1.157.0

Added

  • Added "Configure Pipeline" option in Command Palette (Ctrl+Shift+P) and File Explorer. This will configure a continuous integration (CI) and deployment (CD) pipeline to Azure Windows Web App

1.155.0

Fixed

  • Updated to M155 schema including some new tasks
  • Several improvements to validation and auto-complete

1.152.0

Added

  • Support for stages and other new schema

1.147.2

Fixed

  • Partial support for expressions

1.147.1

Fixed

  • Support aliases for task inputs

1.145.2

Fixed

  • Identify required task inputs

1.145.1

Fixed

  • updated to latest tasks in schema
  • allow expressions in some properties, including "condition"

1.145.0

Fixed

  • link to correct GitHub repo in package.json
  • several YAML correctness bugs

1.144.0

Fixed

  • LF vs CRLF line endings caused the validator to lose its place
  • removed several invalid auto-complete suggestions
  • enforce first property in some constructs

1.141.0 - 2018-09-05

Added

  • Initial release
  • Syntax highlighting for Azure Pipelines files
  • Intellisense for Azure Pipelines files