From cacda7bb32d6b997330881d0f9f384f3a8ce6fde Mon Sep 17 00:00:00 2001 From: ChristopherHX Date: Mon, 18 Nov 2024 19:43:49 +0100 Subject: [PATCH] Unsupported legacy syntax causes errors (#438) --- src/azure-pipelines-vscode-ext/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/azure-pipelines-vscode-ext/README.md b/src/azure-pipelines-vscode-ext/README.md index 6d798b95975..dc5ed92f506 100644 --- a/src/azure-pipelines-vscode-ext/README.md +++ b/src/azure-pipelines-vscode-ext/README.md @@ -199,6 +199,9 @@ stages: - May contain different bugs than the Azure Pipelines Service - You can self-host Azure Devops Server and commit your changes to your local system with more accurate results of the template engine - Missing predefined Variables, feel free to add them manually as needed +- Unsupported legacy syntax causes errors + - phases + - queue ## Available in both VSCode Marketplace and Open VSX Registry