Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
daveaglick committed Dec 12, 2018
1 parent 151180d commit bf3c50e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.1.1
# 0.1.2

- [Fix] Using basic auth instead of bearer token

Expand Down
1 change: 1 addition & 0 deletions src/PipelinesTestLogger/LoggerQueue.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ public LoggerQueue(string accessToken, string apiUrl)
Convert.ToBase64String(
ASCIIEncoding.ASCII.GetBytes($":{ accessToken }")));
_apiUrl = apiUrl;
Console.WriteLine($"API URL: {_apiUrl}");
_consumeTask = ConsumeItemsAsync(_consumeTaskCancellationSource.Token);
}

Expand Down

0 comments on commit bf3c50e

Please sign in to comment.