vcpkg/scripts/azure-pipelines
nicole mazzuca c898283a41
[vcpkg registries] support versions (#15114)
* [vcpkg registries] support versions

This PR merges the Registries changes and the versioning changes, so that one can use both at the same time.

There is one major difference between this PR and the RFC (#13590), which is that instead of version files looking like:

```json
[
  ...
]
```

version files look like:

```
{
  "versions": [
    ...
  ]
}
```

this is to support interop between this PR and existing demos and the like;
fixing this, along with perhaps renaming `port_versions` to `port-versions` should be done after this is merged,
should be a trivial change.
2020-12-21 15:40:21 -08:00
..
end-to-end-tests-dir [vcpkg registries] support versions (#15114) 2020-12-21 15:40:21 -08:00
linux [vcpkg] Always publish failure logs, even on success. (#14260) 2020-10-27 15:35:28 -07:00
osx [vcpkg] Add experimental x-azblob binary provider (#13626) 2020-11-18 12:21:23 -08:00
windows [vcpkg ci] upload diff from clang-format to artifacts (#15141) 2020-12-16 13:14:35 -08:00
windows-unstable [vcpkg] Always publish failure logs, even on success. (#14260) 2020-10-27 15:35:28 -07:00
analyze-test-results.ps1 [vcpkg] Remove the tombstones and 'ignore' baseline concepts. (#12197) 2020-07-02 20:20:07 -07:00
azure-pipelines.yml [vcpkg ci] upload diff from clang-format to artifacts (#15141) 2020-12-16 13:14:35 -08:00
Create-FormatDiff.ps1 [vcpkg ci] upload diff from clang-format to artifacts (#15141) 2020-12-16 13:14:35 -08:00
create-vmss-helpers.psm1 [vcpkg] VM Update (#12176) 2020-07-01 10:53:10 -07:00
end-to-end-tests-prelude.ps1 [vcpkg registries] support versions (#15114) 2020-12-21 15:40:21 -08:00
end-to-end-tests.ps1 [vcpkg registries] support versions (#15114) 2020-12-21 15:40:21 -08:00
Format-CxxCode.ps1 [vcpkg ci] upload diff from clang-format to artifacts (#15141) 2020-12-16 13:14:35 -08:00
generate-skip-list.ps1 [vcpkg] Remove the tombstones and 'ignore' baseline concepts. (#12197) 2020-07-02 20:20:07 -07:00
signing.yml [vcpkg] Add build scripts to produce signed vcpkg binaries. (#13508) 2020-09-21 17:27:35 -07:00
test-modified-ports.ps1 [vcpkg] Add experimental x-azblob binary provider (#13626) 2020-11-18 12:21:23 -08:00