Skip to content

Update test-upload TargetFramework#6489

Merged
Forgind merged 1 commit intodotnet:vs16.11from
rainersigwald:update-test-upload-tfm
May 28, 2021
Merged

Update test-upload TargetFramework#6489
Forgind merged 1 commit intodotnet:vs16.11from
rainersigwald:update-test-upload-tfm

Conversation

@rainersigwald
Copy link
Copy Markdown
Member

These should have been changed when we updated past .NET Core 2.1 but were missed.

Fixes these warnings:

image

Should be futureproof since it's just "upload everything that's not net472".

These should have been changed when we updated past .NET Core 2.1 but were missed.
@rainersigwald rainersigwald changed the base branch from main to vs16.11 May 26, 2021 20:45
@benvillalobos
Copy link
Copy Markdown
Member

benvillalobos commented May 26, 2021

I remember mulling this over. I think we can remove these steps entirely, artifact upload is already handled by:

  - task: PublishBuildArtifacts@1
    displayName: 'Publish Artifact: TestResults'
    inputs:
      PathtoPublish: 'artifacts/TestResults'
      ArtifactName: 'FullOnWindows Release test logs'
    continueOnError: true
    condition: always()

!**/UnitTests_net472.xml

Does this capture files that have been missed for some time?

Edit: I noticed it when opting into perf log capturing. The perf logs were being uploaded without an explicit yml task for it.

Copy link
Copy Markdown
Contributor

@Forgind Forgind left a comment

Choose a reason for hiding this comment

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

LGTM!

@rainersigwald
Copy link
Copy Markdown
Member Author

I think we can remove these steps entirely, artifact upload is already handled by:

This (test publish) is subtly distinct from that (artifact upload). This drives the results that appear in the test tab. When this works we should see way more tests there.

Does this capture files that have been missed for some time?

Yeah, since we moved off 2.1 😬

Copy link
Copy Markdown
Member

@benvillalobos benvillalobos left a comment

Choose a reason for hiding this comment

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

This drives the results that appear in the test tab

😲 makes sense!

@rainersigwald
Copy link
Copy Markdown
Member Author

Yeah, so: this run

image

versus last passed run

image

@Forgind Forgind added the merge-when-branch-open PRs that are approved, except that there is a problem that means we are not merging stuff right now. label May 28, 2021
@Forgind Forgind merged commit 485361d into dotnet:vs16.11 May 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

merge-when-branch-open PRs that are approved, except that there is a problem that means we are not merging stuff right now.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants