mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 12:58:59 +08:00
[VMSS] Fix the printed error message (#13107)
* check error message * Remove https:// * Revert test changes
This commit is contained in:
parent
64cbded18e
commit
582e30d142
@ -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"
|
||||
|
@ -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 += ""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user