Skip to content

Commit d85e5c3

Browse files
azure-sdkckairen
andauthored
logging api post request body (Azure#20327)
Co-authored-by: Albert Cheng <albertcheng@microsoft.com>
1 parent a9a59f1 commit d85e5c3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

eng/common/scripts/artifact-metadata-parsing.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ function CreateReleases($pkgList, $releaseApiUrl, $releaseSha) {
3434
body = $releaseNotes
3535
}
3636

37+
Write-Host "Post Request Body:"
38+
Write-Host $body
39+
3740
$headers = @{
3841
"Content-Type" = "application/json"
3942
"Authorization" = "token $($env:GH_TOKEN)"

0 commit comments

Comments
 (0)