Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop publishing of additional packages #7282

Merged

Conversation

NikolaMilosavljevic
Copy link
Member

@NikolaMilosavljevic NikolaMilosavljevic commented Apr 7, 2024

Fixes: dotnet/source-build#4204

In the past we've required additional packages to be published to VMR location, during source-build. This was carried over with recent publishing work that modified VMR build to use regular arcade publishing infra - dotnet/source-build#4204

With new changes in dotnet/installer#19343 this is not needed anymore.

@NikolaMilosavljevic NikolaMilosavljevic requested a review from a team as a code owner April 7, 2024 15:44
Copy link

codecov bot commented Apr 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.47%. Comparing base (e4d7ea6) to head (c867683).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7282      +/-   ##
==========================================
- Coverage   96.48%   96.47%   -0.01%     
==========================================
  Files        1443     1443              
  Lines      345375   345369       -6     
  Branches    11362    11362              
==========================================
- Hits       333222   333205      -17     
- Misses       9273     9284      +11     
  Partials     2880     2880              

@NikolaMilosavljevic
Copy link
Member Author

This should not be merged before dotnet/installer#19343. Depending on code flow speed, it could break the VMR build.

@NikolaMilosavljevic NikolaMilosavljevic merged commit c91db1a into dotnet:main Apr 8, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stop publishing additional packages in roslyn-analyzers
3 participants