From 63a59797d1dbd3e786d6c63cb56c1e3b37ff933e Mon Sep 17 00:00:00 2001 From: Francesco De Liva <79071729+fdelivamsft@users.noreply.github.com> Date: Thu, 16 Jun 2022 15:15:44 +0800 Subject: [PATCH] No manifest found Hi CodeDave, I tried to run your tutorial, but when installing the extension I had an issue. ADO failed installation with error: missing manifest file. I went to the main documentation page and I found that the command is different from yours: https://docs.microsoft.com/en-us/azure/devops/extend/develop/add-build-task?view=azure-devops#step-4-package-your-extension I re-generated the extension and it worked. I suggest you to do this change. Ciao, Francesco --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c625411..995ea60 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ npm install Then you need to actually create the extension: ```cmd -tfx extension create +tfx extension create --manifest-globs vss-extension.json ``` This will generate the _.vsix_ package file