Skip to content
代码片段 群组 项目
未验证 提交 b55d69c3 编辑于 作者: Doug Bunting's avatar Doug Bunting
浏览文件

Don't move Microsoft.AspNetCore.Blazor.Templates.dll into output directory

- assembly is not of interest and should not be signed
上级 70d8d125
No related branches found
No related tags found
无相关合并请求
......@@ -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')
......
......@@ -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>
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册