aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/azure-pipelines/windows/Check-CxxFormatting.ps14
-rw-r--r--scripts/azure-pipelines/windows/Check-ManifestFormatting.ps13
2 files changed, 3 insertions, 4 deletions
diff --git a/scripts/azure-pipelines/windows/Check-CxxFormatting.ps1 b/scripts/azure-pipelines/windows/Check-CxxFormatting.ps1
index 7f300164f..2adeeae45 100644
--- a/scripts/azure-pipelines/windows/Check-CxxFormatting.ps1
+++ b/scripts/azure-pipelines/windows/Check-CxxFormatting.ps1
@@ -32,9 +32,9 @@ try
$msg = @(
"",
"The formatting of the C++ files didn't match our expectation.",
- "If your build fails here, you need to format the following files with:"
+ "See https://github.com/microsoft/vcpkg/blob/master/docs/maintainers/maintainer-guide.md#vcpkg-internal-code for solution."
)
- $msg += " $(& $clangFormat -version)"
+ $msg += "File list:"
$msg += " $changedFiles"
$msg += ""
diff --git a/scripts/azure-pipelines/windows/Check-ManifestFormatting.ps1 b/scripts/azure-pipelines/windows/Check-ManifestFormatting.ps1
index e4f52ae7b..e6e29068f 100644
--- a/scripts/azure-pipelines/windows/Check-ManifestFormatting.ps1
+++ b/scripts/azure-pipelines/windows/Check-ManifestFormatting.ps1
@@ -38,9 +38,8 @@ if (-not $IgnoreErrors -and $null -ne $changedFiles)
$msg = @(
"",
"The formatting of the manifest files didn't match our expectation.",
- "If your build fails here, you need to run:"
+ "See https://github.com/microsoft/vcpkg/blob/master/docs/maintainers/maintainer-guide.md#manifest for solution."
)
- $msg += " vcpkg x-format-manifest --all"
$msg += ""
$msg += "vcpkg should produce the following diff:"