Set PublishWindowsPdb for Razor tooling packages (#22605)
This commit is contained in:
parent
cdb87ee776
commit
836001cf96
|
|
@ -4,6 +4,7 @@
|
||||||
<Description>ASP.NET Core design time hosting infrastructure for the Razor view engine.</Description>
|
<Description>ASP.NET Core design time hosting infrastructure for the Razor view engine.</Description>
|
||||||
<TargetFramework>netstandard2.0</TargetFramework>
|
<TargetFramework>netstandard2.0</TargetFramework>
|
||||||
<PackageTags>$(PackageTags);aspnetcoremvc</PackageTags>
|
<PackageTags>$(PackageTags);aspnetcoremvc</PackageTags>
|
||||||
|
<PublishWindowsPdb>true</PublishWindowsPdb>
|
||||||
<EnableApiCheck>false</EnableApiCheck>
|
<EnableApiCheck>false</EnableApiCheck>
|
||||||
<IsShipping>false</IsShipping>
|
<IsShipping>false</IsShipping>
|
||||||
<!-- Need to build this project in source build -->
|
<!-- Need to build this project in source build -->
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
<Description>ASP.NET Core design time hosting infrastructure for the Razor view engine.</Description>
|
<Description>ASP.NET Core design time hosting infrastructure for the Razor view engine.</Description>
|
||||||
<TargetFramework>netstandard2.0</TargetFramework>
|
<TargetFramework>netstandard2.0</TargetFramework>
|
||||||
<PackageTags>$(PackageTags);aspnetcoremvc</PackageTags>
|
<PackageTags>$(PackageTags);aspnetcoremvc</PackageTags>
|
||||||
|
<PublishWindowsPdb>true</PublishWindowsPdb>
|
||||||
<IsShipping>false</IsShipping>
|
<IsShipping>false</IsShipping>
|
||||||
<!-- Need to build this project in source build -->
|
<!-- Need to build this project in source build -->
|
||||||
<ExcludeFromSourceBuild>false</ExcludeFromSourceBuild>
|
<ExcludeFromSourceBuild>false</ExcludeFromSourceBuild>
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
<Description>ASP.NET Core design time hosting infrastructure for the Razor view engine.</Description>
|
<Description>ASP.NET Core design time hosting infrastructure for the Razor view engine.</Description>
|
||||||
<TargetFramework>netstandard2.0</TargetFramework>
|
<TargetFramework>netstandard2.0</TargetFramework>
|
||||||
<PackageTags>$(PackageTags);aspnetcoremvc</PackageTags>
|
<PackageTags>$(PackageTags);aspnetcoremvc</PackageTags>
|
||||||
|
<PublishWindowsPdb>true</PublishWindowsPdb>
|
||||||
<!-- Need to build this project in source build -->
|
<!-- Need to build this project in source build -->
|
||||||
<ExcludeFromSourceBuild>false</ExcludeFromSourceBuild>
|
<ExcludeFromSourceBuild>false</ExcludeFromSourceBuild>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<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>
|
<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>
|
||||||
<TargetFramework>netstandard2.0</TargetFramework>
|
<TargetFramework>netstandard2.0</TargetFramework>
|
||||||
|
<PublishWindowsPdb>true</PublishWindowsPdb>
|
||||||
<!-- Need to build this project in source build -->
|
<!-- Need to build this project in source build -->
|
||||||
<ExcludeFromSourceBuild>false</ExcludeFromSourceBuild>
|
<ExcludeFromSourceBuild>false</ExcludeFromSourceBuild>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Description>Razor is a markup syntax for adding server-side logic to web pages. This package contains the Razor design-time infrastructure.</Description>
|
<Description>Razor is a markup syntax for adding server-side logic to web pages. This package contains the Razor design-time infrastructure.</Description>
|
||||||
<TargetFramework>netstandard2.0</TargetFramework>
|
<TargetFramework>netstandard2.0</TargetFramework>
|
||||||
|
<PublishWindowsPdb>true</PublishWindowsPdb>
|
||||||
<!-- Need to build this project in source build -->
|
<!-- Need to build this project in source build -->
|
||||||
<ExcludeFromSourceBuild>false</ExcludeFromSourceBuild>
|
<ExcludeFromSourceBuild>false</ExcludeFromSourceBuild>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue