From 0fec1340eba828e95c489796eb0c7a4330120686 Mon Sep 17 00:00:00 2001 From: nicole mazzuca Date: Mon, 14 Sep 2020 15:07:02 -0700 Subject: [vcpkg manifest] Add documentation! (#13488) * [vcpkg docs] add docs for manifest files These are just for the maintainer docs, not user docs. * [vcpkg] EBNF-ify platform expression parsing this modifies nothing about what strings are accepted or rejected, it just moves stuff around. also adds tests. * [vcpkg docs] add manifest mode example * [wip] docs for augustin also fix tabs * [vcpkg manifest] switch to using maps for features * Apply suggestions from code review * un-experimentize format-manifest * flesh out the user manifest mode docs * CRs * billy CRs * final personal pass-thru --- scripts/azure-pipelines/windows/Check-ManifestFormatting.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/azure-pipelines/windows/Check-ManifestFormatting.ps1 b/scripts/azure-pipelines/windows/Check-ManifestFormatting.ps1 index e4c59582d..75924c24a 100644 --- a/scripts/azure-pipelines/windows/Check-ManifestFormatting.ps1 +++ b/scripts/azure-pipelines/windows/Check-ManifestFormatting.ps1 @@ -24,7 +24,7 @@ if (-not (Test-Path "$Root/vcpkg.exe")) } } -& "$Root/vcpkg.exe" 'x-format-manifest' '--all' +& "$Root/vcpkg.exe" 'format-manifest' '--all' if (-not $?) { Write-Error "Failed formatting manifests; are they well-formed?" -- cgit v1.2.3