The supplied extension definition isn't valid: 'Uploaded extension package is missing an 'overview.md' file which is a mandatory details asset. Try again after adding the file.'.

Rajneesh Sheth 0 Reputation points
2025-04-23T15:21:36.19+00:00

Microsoft Windows [Version 10.0.26100.3775]

(c) Microsoft Corporation. All rights reserved.

D:\testextension\test\workitem-extension-public-vsix-ready>npm install

npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.

npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported

npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported

added 481 packages, and audited 482 packages in 27s

65 packages are looking for funding

run npm fund for details

found 0 vulnerabilities

D:\testextension\test\workitem-extension-public-vsix-ready>npm ruin build

Unknown command: "ruin"

To see a list of supported npm commands, run:

npm help

D:\testextension\test\workitem-extension-public-vsix-ready>npm run build

workitem-extension@1.0.0 build

webpack --mode production

asset bundle.js 137 KiB [emitted] [minimized] (name: main) 1 related asset

asset index.html 257 bytes [emitted]

modules by path ./node_modules/react-dom/ 131 KiB

./node_modules/react-dom/client.js 619 bytes [built] [code generated]

./node_modules/react-dom/index.js 1.33 KiB [built] [code generated]

./node_modules/react-dom/cjs/react-dom.production.min.js 129 KiB [built] [code generated]

modules by path ./node_modules/react/ 6.95 KiB

./node_modules/react/index.js 190 bytes [built] [code generated]

./node_modules/react/cjs/react.production.min.js 6.77 KiB [built] [code generated]

modules by path ./node_modules/scheduler/ 4.33 KiB

./node_modules/scheduler/index.js 198 bytes [built] [code generated]

./node_modules/scheduler/cjs/scheduler.production.min.js 4.14 KiB [built] [code generated]

./src/index.js 940 bytes [built] [code generated]

webpack 5.99.6 compiled successfully in 3018 ms

D:\testextension\test\workitem-extension-public-vsix-ready>tfx extension create --manifest-globs vss-extension.json

TFS Cross Platform Command Line Interface v0.21.1

Copyright Microsoft Corporation

=== Completed operation: create extension ===

  • VSIX: D:\testextension\test\workitem-extension-public-vsix-ready\RajneeshSheth.workitem-extension-1.0.0.vsix
  • Extension ID: workitem-extension
  • Extension Version: 1.0.0
  • Publisher: RajneeshSheth

D:\testextension\test\workitem-extension-public-vsix-ready>tfx extension publish --manifest-globs vss-extension.json --publisher RajneeshSheth --token 832bV50XDljN5E3mbYciip75AVAocpqm64c2xQt0k1y4mfI6wPWcJQQJ99BCACAAAAAq259BAAASAZDO4LM4

TFS Cross Platform Command Line Interface v0.21.1

Copyright Microsoft Corporation

Checking if this extension is already published

It isn't, create a new extension.

error: The supplied extension definition isn't valid: 'Uploaded extension package is missing an 'overview.md' file which is a mandatory details asset. Try again after adding the file.'.

D:\testextension\test\workitem-extension-public-vsix-ready>

Azure DevOps
{count} votes

1 answer

Sort by: Most helpful
  1. Rajneesh Sheth 0 Reputation points
    2025-05-07T08:51:46.4166667+00:00

    hi ,

    with creating a new vss.extension.json i was able to publish the extension i will check this for some more extensions and will provide details if i face any issues


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.