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
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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 ===
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>
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