10000 Change Roslyn from main-vs-deps to main by dkurepa · Pull Request #1370 · dotnet/dotnet · GitHub
[go: up one dir, main page]

Skip to content

Change Roslyn from main-vs-deps to main #1370

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

Merged
merged 8 commits into from
Jul 8, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'origin/main' into dkurepa/RoslynToMain
  • Loading branch information
akoeplinger committed Jul 3, 2025
commit 44e959f470912fad4e7ee4021b0beea0acf61346
5 changes: 2 additions & 3 deletions src/roslyn/eng/Publishing.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
</PropertyGroup>

<!-- Update Artifacts with Kind=Package to have additional metadata item Category="ToolingPackage".
Depending on channel configuration, this means that these assets could be pushed to a different feed.
Do not include these for source-only builds since these files aren't intended to be published in that mode. -->
<ItemGroup Condition="'$(DotNetBuildSourceOnly)' != 'true'">
Depending on channel configuration, this means that these assets could be pushed to a different feed. -->
<ItemGroup>
<Artifact Update="@(Artifact->WithMetadataValue('Kind', 'Package'))" Category="ToolingPackage" />

<FilesToPublishToSymbolServer Include="$(ArtifactsBinDir)**/Microsoft.Build.Tasks.CodeAnalysis.pdb" />
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0