Skip to content

Commit 0951e41

Browse files
committed
More debugging
1 parent bf3c50e commit 0951e41

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

ReleaseNotes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 0.1.2
1+
# 0.1.3
22

33
- [Fix] Using basic auth instead of bearer token
44

src/PipelinesTestLogger/LoggerQueue.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ private async Task PostResultsAsync(ICollection<string> jsonEntities, Cancellati
8989
HttpContent content = new StringContent(jsonArray, Encoding.UTF8, "application/json");
9090
try
9191
{
92+
Console.WriteLine("POST" + Environment.NewLine + jsonArray);
9293
HttpResponseMessage response = await _client.PostAsync(_apiUrl, content, cancellationToken);
9394
response.EnsureSuccessStatusCode();
9495
totalSent += jsonEntities.Count;

0 commit comments

Comments
 (0)