[ci] Add back boots `--downgrade-first` option to ensure VSIX is installed correctly. (#668)

This commit is contained in:
Jonathan Pobst 2022-12-06 13:57:14 -06:00 коммит произвёл GitHub
Родитель 46a43c375e
Коммит 8304dea69d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -38,5 +38,5 @@ steps:
- pwsh: dotnet tool update -g ${{ pair.key }} --version ${{ pair.value }}
displayName: 'Install tool: ${{ pair.key }}'
- pwsh: boots $(classicInstallerUrl)
- pwsh: boots --url $(classicInstallerUrl) --downgrade-first
displayName: 'Install Classic XA'