diff --git a/.azure/pipelines/ci.yml b/.azure/pipelines/ci.yml
index 0f4c3dd39fd5c04d98b4925906d04832746b2e6b..2d165fadc849b0400e5b3c70c61a5d7b9247a613 100644
--- a/.azure/pipelines/ci.yml
+++ b/.azure/pipelines/ci.yml
@@ -332,6 +332,7 @@ jobs:
     - name: MacOS_Test_Logs
       path: artifacts/logs/
       publishOnError: true
+
 - template: jobs/default-build.yml
   parameters:
     condition: ne(variables['SkipTests'], 'true')
diff --git a/src/Components/Blazor/Templates/src/Microsoft.AspNetCore.Blazor.Templates.csproj b/src/Components/Blazor/Templates/src/Microsoft.AspNetCore.Blazor.Templates.csproj
index f33d8fcc677741f73b4609852286f420bb50f8af..2210d666c56b331d48f060e3c820f1b6571e530b 100644
--- a/src/Components/Blazor/Templates/src/Microsoft.AspNetCore.Blazor.Templates.csproj
+++ b/src/Components/Blazor/Templates/src/Microsoft.AspNetCore.Blazor.Templates.csproj
@@ -6,6 +6,8 @@
     <EnableDefaultItems>False</EnableDefaultItems>
     <GenerateAssemblyInfo>False</GenerateAssemblyInfo>
     <IncludeBuildOutput>False</IncludeBuildOutput>
+    <CopyBuildOutputToOutputDirectory>false</CopyBuildOutputToOutputDirectory>
+    <CopyOutputSymbolsToOutputDirectory>false</CopyOutputSymbolsToOutputDirectory>
     <NoWarn>2008</NoWarn>
     <Description>Templates for ASP.NET Core Blazor projects.</Description>
     <IsProjectReferenceProvider>false</IsProjectReferenceProvider>