Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .azure-pipelines/ultimate-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3391,6 +3391,7 @@ stages:
build: true
baseImage: $(baseImage)
command: "CleanObjFiles"
retryCountForRunCommand: 3

- template: steps/restore-working-directory.yml
parameters:
Expand Down
2 changes: 1 addition & 1 deletion tracer/src/Datadog.Trace/Util/RequestDataHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ internal static QueryString GetQueryString(HttpRequest request)
#endif

#if NETFRAMEWORK
// Get the values from a request NameValueCollection
// Gets the values from a request NameValueCollection
internal static string[]? GetNameValueCollectionValues(NameValueCollection queryString, string key)
{
try
Expand Down
Loading