aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>2020-08-25 15:07:38 -0700
committerGitHub <noreply@github.com>2020-08-25 15:07:38 -0700
commit582e30d142cbc7ebbb45a74e9c54cd069fabe097 (patch)
tree126e22d8b62ab4ef2feed3c7f6d3dd1faad22b93 /scripts
parent64cbded18ebf83f837ed77b94952f255f2b0b93e (diff)
downloadvcpkg-582e30d142cbc7ebbb45a74e9c54cd069fabe097.tar.gz
vcpkg-582e30d142cbc7ebbb45a74e9c54cd069fabe097.zip
[VMSS] Fix the printed error message (#13107)
* check error message * Remove https:// * Revert test changes
Diffstat (limited to 'scripts')
-rw-r--r--scripts/azure-pipelines/windows/Check-CxxFormatting.ps12
-rw-r--r--scripts/azure-pipelines/windows/Check-ManifestFormatting.ps12
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/azure-pipelines/windows/Check-CxxFormatting.ps1 b/scripts/azure-pipelines/windows/Check-CxxFormatting.ps1
index 2adeeae45..ab5376e0e 100644
--- a/scripts/azure-pipelines/windows/Check-CxxFormatting.ps1
+++ b/scripts/azure-pipelines/windows/Check-CxxFormatting.ps1
@@ -32,7 +32,7 @@ try
$msg = @(
"",
"The formatting of the C++ files didn't match our expectation.",
- "See https://github.com/microsoft/vcpkg/blob/master/docs/maintainers/maintainer-guide.md#vcpkg-internal-code for solution."
+ "See github.com/microsoft/vcpkg/blob/master/docs/maintainers/maintainer-guide.md#vcpkg-internal-code for solution."
)
$msg += "File list:"
$msg += " $changedFiles"
diff --git a/scripts/azure-pipelines/windows/Check-ManifestFormatting.ps1 b/scripts/azure-pipelines/windows/Check-ManifestFormatting.ps1
index 6e97ba35c..e4c59582d 100644
--- a/scripts/azure-pipelines/windows/Check-ManifestFormatting.ps1
+++ b/scripts/azure-pipelines/windows/Check-ManifestFormatting.ps1
@@ -37,7 +37,7 @@ if (-not $IgnoreErrors -and $null -ne $changedFiles)
$msg = @(
"",
"The formatting of the manifest files didn't match our expectation.",
- "See https://github.com/microsoft/vcpkg/blob/master/docs/maintainers/maintainer-guide.md#manifest for solution."
+ "See github.com/microsoft/vcpkg/blob/master/docs/maintainers/maintainer-guide.md#manifest for solution."
)
$msg += ""