Stop MS autoupdate

This commit is contained in:
Anthony Cicchetti 2021-01-19 20:11:46 -05:00
parent ab300b1ae2
commit 26e8484220

View file

@ -5,7 +5,7 @@
#] #]
# Disable specific steps - same options as the command line flag # Disable specific steps - same options as the command line flag
disable = ["go"] disable = ["go", "microsoft_auto_update"]
# Run specific steps - same options as the command line flag # Run specific steps - same options as the command line flag
#only = ["system", "emacs"] #only = ["system", "emacs"]