Uh oh!
There was an error while loading. Please reload this page.
Packaging cleanup - #6939
Conversation
Originally I was just trying to remove mentions of snupkg, but then things got a bit carried away. :) This is trying to remove as much duplication and dead code related to packaging that I can.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@## main #6939 +/- ##
==========================================
- Coverage 68.83% 68.79% -0.05%
==========================================
Files 1258 1254 -4 Lines 250674 250204 -470 Branches 25615 25529 -86 ==========================================
- Hits 172557 172128 -429 + Misses 71486 71466 -20 + Partials 6631 6610 -21
Flags with carried forward coverage won't be shown. Click here to find out more. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
ericstj
commented
Jan 8, 2024
Still something wonky happening with the build of the analyzer that I haven't quite determined. Looks to me like it's building concurrently in two separate processes. Here's the nuspec diff of the current changes. ericstj/diffs@ecf911b |
ericstj
commented
Jan 26, 2024
/azp run MachineLearning-CI |
|
Pull request contains merge conflicts. |
… cleanupSnupkg # Conflicts: # global.json
Uh oh!
There was an error while loading. Please reload this page.
ericstj
commented
Feb 13, 2024
/azp run MachineLearning-CI |
|
Azure Pipelines successfully started running 1 pipeline(s). |
ericstj
commented
Feb 13, 2024
I'm going to rename the projects to CSProj and put everything in the sln to make this work better with fewer custom steps. |
I'd like to ensure all our projects are included in the SLN and don't rely on separate build steps. VS prefers *.csproj in the sln so I renamed things back to csproj.
ericstj
commented
Feb 22, 2024
@michaelgsharp/@ViktorHofer can you take another look at this? I'm going to stop short of pipeline refactoring on this and do that in a separate PR. |
Here's an updated diff of NuSpecs, comparing the latest from main with the updates in this PR: ericstj/diffs@26178c0 |
michaelgsharp
left a comment
There was a problem hiding this comment.
It looks good to me.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| "Microsoft.SourceLink.GitHub": "1.1.0-beta-20206-02", | ||
| "Microsoft.SourceLink.Common": "1.1.0-beta-20206-02" |
There was a problem hiding this comment.
For a later clean-up round, these can be removed as sourcelink is now part of the .NET SDK.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Originally I was just trying to remove mentions of snupkg, but then things got a bit carried away. :)
This is trying to remove as much duplication and dead code related to packaging that I can.
I'll be validating these changes with diffs and refining a bit more but wanted to get this up and see if CI is happy.