-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Consume Microsoft.DotNet.CoreFxTesting package #33423
Conversation
74b045e
to
d4f74ca
Compare
24cc442
to
7717ac2
Compare
a261826
to
510bb1f
Compare
64187cd
to
851c4bb
Compare
851c4bb
to
abba1ea
Compare
6c3e43b
to
5477b42
Compare
5477b42
to
cc145b1
Compare
test code coverage |
@mmitche I'm changing the location of the coverage report dir in this PR. How can we change the htmlpublisher to now point to corefx/artifacts/coverage instead of corefx/artifacts/bin/tests/coverage? Thanks |
Change this line: https://github.com/dotnet/corefx/blob/master/netci.groovy#L74 |
test code coverage |
@mmitche the path isn't being picked up correctly: |
@dotnet-bot test Windows x64 Debug Build |
From what I know, anything under netci.groovy will not take effect until it is merged, so the builds coming from netci.groovy in this PR come from the file in master branch rather than your PR branch. |
Awesome, that explains the error. Thanks |
Yes that is correct. |
test Packaging All Configurations x64 Debug Build |
test UWP NETNative x86 Release Build |
test UWP NETNative x86 Release Build |
I'm seeing the following warning in the logs for OSX and Linux builds:
Is this expected? Should we condition the command to windows for now? |
I'll investigate now. That's unexpected |
Remember that this won't be using our nuget.config from the root of the repo since the project being restored is in the arcade sdk package. OSX and Linux likely won't have machine-wide nuget.config, so you may need to add sources into tools.props. |
* Consume Microsoft.DotNet.CoreFxTesting package * Remove code coverage dedicated runtime dir config files and switch to Coverlet * Add global tool support in corefx * Update code coverage docs
* Consume Microsoft.DotNet.CoreFxTesting package * Remove code coverage dedicated runtime dir config files and switch to Coverlet * Add global tool support in corefx * Update code coverage docs Commit migrated from dotnet/corefx@ae38b7c
* Consume Microsoft.DotNet.CoreFxTesting package * Remove code coverage dedicated runtime dir config files and switch to Coverlet * Add global tool support in corefx * Update code coverage docs Commit migrated from dotnet/corefx@ae38b7c
Depends on dotnet/arcade#1318
Changes:
cc @weshaggard @ericstj @safern @danmosemsft @wtgodbe