Skip to content

Commit

Permalink
Move vcpkg_windows.txt to azure-devops. (#262)
Browse files Browse the repository at this point in the history
`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.
  • Loading branch information
StephanTLavavej authored Nov 6, 2019
1 parent 58c5c4d commit d9cf06e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-devops/run_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
File renamed without changes.

0 comments on commit d9cf06e

Please sign in to comment.