Move vcpkg_windows.txt to azure-devops. (#262)

`azure-devops/run_build.yml` is the only thing that uses
`vcpkg_windows.txt`, so I don't believe that it belongs
in the root of the repo.
This commit is contained in:
Stephan T. Lavavej 2019-11-06 15:26:50 -08:00 коммит произвёл GitHub
Родитель 58c5c4d628
Коммит d9cf06ead0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 1 добавлений и 1 удалений

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

@ -8,7 +8,7 @@ jobs:
variables:
vcpkgLocation: '$(Build.SourcesDirectory)/vcpkg'
vcpkgResponseFile: $(Build.SourcesDirectory)/vcpkg_windows.txt
vcpkgResponseFile: $(Build.SourcesDirectory)/azure-devops/vcpkg_windows.txt
steps:
- checkout: self
submodules: recursive

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