mirror of
https://github.com/platformio/platformio-core.git
synced 2025-08-01 02:54:25 +02:00
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):
|
if u.run(ctx):
|
||||||
app.set_state_item("last_version", __version__)
|
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
|
# update PlatformIO Plus tool if installed
|
||||||
pioplus_update()
|
pioplus_update()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user