We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e668a5e commit 6c15ce4Copy full SHA for 6c15ce4
eng/common/scripts/Helpers/ApiView-Helpers.ps1
@@ -197,7 +197,7 @@ function Set-ApiViewCommentForPR {
197
}
198
199
} catch{
200
- LogError "Failed to get API View information for PR: $PrNumber in repo: $repoFullName with commitSHA: $Commitish. Error: $_"
+ LogError "Failed to get API View information for PR: $PrNumber in repo: $repoFullName with commitSHA: $HeadCommitish. Error: $_"
201
exit 1
202
203
0 commit comments