File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 6262
6363 <ManagePackageVersionsCentrally >true</ManagePackageVersionsCentrally >
6464 <CentralPackageTransitivePinningEnabled >true</CentralPackageTransitivePinningEnabled >
65+
66+ <!-- https://github.com/dotnet/source-build/issues/4115. -->
67+ <PublishWindowsPdb >false</PublishWindowsPdb >
6568 </PropertyGroup >
6669
6770 <PropertyGroup Condition =" '$(IsTestProject)' == 'true'" >
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ function InitializeCustomSDKToolset {
1010
1111 # The following frameworks and tools are used only for testing.
1212 # Do not attempt to install them in source build.
13- if ($productBuild -or $properties -like " *DotNetBuildRepo=true* " ) {
13+ if ($productBuild ) {
1414 return
1515 }
1616
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ function InitializeCustomSDKToolset {
77
88 # The following frameworks and tools are used only for testing.
99 # Do not attempt to install them in source build.
10- if [[ $product_build == true || $properties == * " DotNetBuildRepo=true " * ]]; then
10+ if [[ $product_build == true ]]; then
1111 return
1212 fi
1313
Original file line number Diff line number Diff line change @@ -191,7 +191,6 @@ private int ExecuteCore(
191191 b . RegisterExtensions ( ) ;
192192
193193 b . Features . Add ( new StaticTagHelperFeature ( ) { TagHelpers = tagHelpers , } ) ;
194- b . Features . Add ( new DefaultTypeNameFeature ( ) ) ;
195194
196195 b . ConfigureCodeGenerationOptions ( b =>
197196 {
You can’t perform that action at this time.
0 commit comments