forked from platformio/platformio-core
Don’t update development platforms after PIO upgrade
This commit is contained in:
@ -160,11 +160,6 @@ def after_upgrade(ctx):
|
||||
if u.run(ctx):
|
||||
app.set_state_item("last_version", __version__)
|
||||
|
||||
# update development platforms
|
||||
pm = PlatformManager()
|
||||
for manifest in pm.get_installed():
|
||||
pm.update(manifest['__pkg_dir'])
|
||||
|
||||
# update PlatformIO Plus tool if installed
|
||||
pioplus_update()
|
||||
|
||||
|
Reference in New Issue
Block a user