Skip to content

Commit 2b6024e

Browse files
authored
fix symbol publishing? (#78671)
1 parent 150814e commit 2b6024e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

eng/Publishing.props

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
Depending on channel configuration, this means that these assets could be pushed to a different feed. -->
99
<ItemGroup>
1010
<Artifact Update="@(Artifact->WithMetadataValue('Kind', 'Package'))" Category="ToolingPackage" />
11-
12-
<FilesToPublishToSymbolServer Include="$(ArtifactsBinDir)**/Microsoft.Build.Tasks.CodeAnalysis.pdb" />
13-
<FilesToPublishToSymbolServer Include="$(ArtifactsBinDir)**/Microsoft.Build.Tasks.CodeAnalysis.Sdk.pdb" />
1411
</ItemGroup>
1512

1613
<!--

src/Compilers/Core/MSBuildTask/MSBuild/Microsoft.Build.Tasks.CodeAnalysis.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
<OutputType>Library</OutputType>
66
<RootNamespace>Microsoft.CodeAnalysis.BuildTasks</RootNamespace>
77
<TargetFrameworks>$(NetRoslynSourceBuild);net472</TargetFrameworks>
8+
9+
<!-- NuGet -->
10+
<IsPackable>true</IsPackable>
11+
<PackageId>Microsoft.CodeAnalysis.Build.Tasks</PackageId>
812
</PropertyGroup>
913

1014
<ItemGroup>

0 commit comments

Comments
 (0)