Skip to content

Commit 533fde8

Browse files
authored
Revert "fix symbol publishing? (#78671)" (#78686)
This reverts commit 2b6024e.
1 parent a3ce659 commit 533fde8

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

eng/Publishing.props

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
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" />
1114
</ItemGroup>
1215

1316
<!--

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
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>
128
</PropertyGroup>
139

1410
<ItemGroup>

0 commit comments

Comments
 (0)