changing the configure vm-image to 'windows-latest' (#10832)

This commit is contained in:
TJ Lambert 2021-03-11 10:01:24 -06:00 коммит произвёл GitHub
Родитель efee4d2832
Коммит 1018d02e2d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -19,7 +19,7 @@ jobs:
- job: configure - job: configure
displayName: 'Configure build' displayName: 'Configure build'
pool: pool:
vmImage: ubuntu-latest vmImage: windows-latest
steps: steps:
- template: configure.yml - template: configure.yml