diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2020-08-25 15:07:38 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-25 15:07:38 -0700 |
| commit | 582e30d142cbc7ebbb45a74e9c54cd069fabe097 (patch) | |
| tree | 126e22d8b62ab4ef2feed3c7f6d3dd1faad22b93 /scripts | |
| parent | 64cbded18ebf83f837ed77b94952f255f2b0b93e (diff) | |
| download | vcpkg-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.ps1 | 2 | ||||
| -rw-r--r-- | scripts/azure-pipelines/windows/Check-ManifestFormatting.ps1 | 2 |
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 += "" |
