Skip to content

Conditionally copy ServiceHub logs#50848

Merged
sharwell merged 1 commit intodotnet:masterfrom
sharwell:conditional-copy
Jan 28, 2021
Merged

Conditionally copy ServiceHub logs#50848
sharwell merged 1 commit intodotnet:masterfrom
sharwell:conditional-copy

Conversation

@sharwell
Copy link
Copy Markdown
Contributor

Fixes #50521

@sharwell sharwell requested a review from a team as a code owner January 28, 2021 01:29
@ghost ghost added the Area-Infrastructure label Jan 28, 2021
Write-Host "Copying ServiceHub logs to $LogDir"
Copy-Item -Path $serviceHubLogs -Destination (Join-Path $LogDir "servicehub") -Recurse
} else {
Write-Host "No ServiceHub logs found to copy"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Curious: what's a valid reason that they would be missing?

Copy link
Copy Markdown
Contributor Author

@sharwell sharwell Jan 28, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

32-bit mode doesn't use OOP, so this folder would only be used for NFE logs.

@sharwell sharwell merged commit c76abe4 into dotnet:master Jan 28, 2021
@ghost ghost added this to the Next milestone Jan 28, 2021
@sharwell sharwell deleted the conditional-copy branch January 28, 2021 17:46
@RikkiGibson RikkiGibson modified the milestones: Next, 16.10.P1 Feb 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

32-bit Integration Tests failing to upload servicehub logs

5 participants