tfx-cli@0.6.0 regression: `extension create` fails without internet access
See original GitHub issueWe use an on-premise TFS 2018 Update 2 instance (version 16.131.27701.1), hosted on a network with no Internet access, and build TFS extensions locally. We package our custom TFS extensions using:
node_modules\.bin\tfx.cmd extension create --root tasks
This worked well, and produced a VSIX, with every version before tfx-cli 0.6.0
. When upgrading to v0.6.0 today, however, the same command now fails:
[37m[90mTFS Cross Platform Command Line Interface v0.6.0[37m[39m
[37m[90mCopyright Microsoft Corporation[37m[39m
##[error][41merror: Error: getaddrinfo EAI_AGAIN app.vssps.visualstudio.com app.vssps.visualstudio.com:443[49m
##[error]Cmd.exe exited with code '-1'.
It does not look expected that running tfx-cli extension create
would attempt to connect to visualstudio.com. This seems related to changes committed in https://github.com/Microsoft/tfs-cli/commit/5bfdc01bcd8ff52e5ecbd58e3cdc623d7d0ea343.
Will an Internet connection be required for packaging extensions? We would be blocked from upgrading past v0.5.14 if that is the case.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:5 (5 by maintainers)
Top Results From Across the Web
TFX-CLI fails on "tfx extension create" - Stack Overflow
Issue: while running the "tfx extension create" command, i'm getting this error (no debugging seems to be working): C:\Users\USER\Desktop\ ...
Read more >Installing a Chrome Extension Without An Internet Connection
Copy the CRX file to the offline PC and then open the Chrome extensions page (chrome:://extensions). Make sure that Developer Mode is enabled....
Read more >Edge Chromium extension install for users without internet
I want to install extensions for them on edge chromium. Iam using ADMX in GPO. Users with internet connection are getting the extension...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Fixed in 0.6.1. Thanks for reporting!
Thanks @nil4. I will have a fix out soon.