Skip to content

Commit 005d676

Browse files
committed
test
1 parent abc3961 commit 005d676

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

build/artifacts.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,10 @@
197197
<PackageArtifact Include="Microsoft.Web.Xdt.Extensions" Category="shipoob" />
198198
<PackageArtifact Include="RazorPageGenerator" Category="noship" />
199199
<!--TODO shared packages shouldn't need to be defined here (and will be mostly eliminated. -->
200-
<!--
200+
201201
<PackageArtifact Include="Microsoft.AspNetCore.Diagnostics.Sources" Category="noship"/>
202202
<PackageArtifact Include="Internal.WebHostBuilderFactory.Sources" Category="noship"/>
203-
<PackageArtifact Include="Microsoft.AspNetCore.HttpSys.Sources" Category="noship"/> -->
203+
<PackageArtifact Include="Microsoft.AspNetCore.HttpSys.Sources" Category="noship"/>
204204

205205
<PackageArtifact Include="Microsoft.Extensions.Buffers.Testing.Sources" Category="noship"/>
206206
</ItemGroup>

src/Shared/Diagnostics/Directory.Build.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@
33

44
<PropertyGroup>
55
<PackageId>Microsoft.AspNetCore.Diagnostics.Sources</PackageId>
6-
<IsPackable>false</IsPackable>
76
</PropertyGroup>
87
</Project>

src/Shared/HttpSys/Directory.Build.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@
33

44
<PropertyGroup>
55
<PackageId>Microsoft.AspNetCore.HttpSys.Sources</PackageId>
6-
<IsPackable>false</IsPackable>
76
</PropertyGroup>
87
</Project>

0 commit comments

Comments
 (0)