Skip to content

Commit 836001c

Browse files
author
John Luo
authored
Set PublishWindowsPdb for Razor tooling packages (#22605)
1 parent cdb87ee commit 836001c

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

src/Razor/Microsoft.AspNetCore.Mvc.Razor.Extensions.Version1_X/src/Microsoft.AspNetCore.Mvc.Razor.Extensions.Version1_X.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<Description>ASP.NET Core design time hosting infrastructure for the Razor view engine.</Description>
55
<TargetFramework>netstandard2.0</TargetFramework>
66
<PackageTags>$(PackageTags);aspnetcoremvc</PackageTags>
7+
<PublishWindowsPdb>true</PublishWindowsPdb>
78
<EnableApiCheck>false</EnableApiCheck>
89
<IsShipping>false</IsShipping>
910
<!-- Need to build this project in source build -->

src/Razor/Microsoft.AspNetCore.Mvc.Razor.Extensions.Version2_X/src/Microsoft.AspNetCore.Mvc.Razor.Extensions.Version2_X.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<Description>ASP.NET Core design time hosting infrastructure for the Razor view engine.</Description>
55
<TargetFramework>netstandard2.0</TargetFramework>
66
<PackageTags>$(PackageTags);aspnetcoremvc</PackageTags>
7+
<PublishWindowsPdb>true</PublishWindowsPdb>
78
<IsShipping>false</IsShipping>
89
<!-- Need to build this project in source build -->
910
<ExcludeFromSourceBuild>false</ExcludeFromSourceBuild>

src/Razor/Microsoft.AspNetCore.Mvc.Razor.Extensions/src/Microsoft.AspNetCore.Mvc.Razor.Extensions.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<Description>ASP.NET Core design time hosting infrastructure for the Razor view engine.</Description>
55
<TargetFramework>netstandard2.0</TargetFramework>
66
<PackageTags>$(PackageTags);aspnetcoremvc</PackageTags>
7+
<PublishWindowsPdb>true</PublishWindowsPdb>
78
<!-- Need to build this project in source build -->
89
<ExcludeFromSourceBuild>false</ExcludeFromSourceBuild>
910
</PropertyGroup>

src/Razor/Microsoft.AspNetCore.Razor.Language/src/Microsoft.AspNetCore.Razor.Language.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<PropertyGroup>
44
<Description>Razor is a markup syntax for adding server-side logic to web pages. This package contains the Razor parser and code generation infrastructure.</Description>
55
<TargetFramework>netstandard2.0</TargetFramework>
6+
<PublishWindowsPdb>true</PublishWindowsPdb>
67
<!-- Need to build this project in source build -->
78
<ExcludeFromSourceBuild>false</ExcludeFromSourceBuild>
89
</PropertyGroup>

src/Razor/Microsoft.CodeAnalysis.Razor/src/Microsoft.CodeAnalysis.Razor.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<PropertyGroup>
44
<Description>Razor is a markup syntax for adding server-side logic to web pages. This package contains the Razor design-time infrastructure.</Description>
55
<TargetFramework>netstandard2.0</TargetFramework>
6+
<PublishWindowsPdb>true</PublishWindowsPdb>
67
<!-- Need to build this project in source build -->
78
<ExcludeFromSourceBuild>false</ExcludeFromSourceBuild>
89
</PropertyGroup>

0 commit comments

Comments
 (0)