build: 移动生成 xml 文件配置到 props 文件中

This commit is contained in:
Argo Windows 2019-10-19 10:13:18 +08:00
parent 24a2e220da
commit a9df9efe9b
3 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -348,7 +348,7 @@ ASALocalRun/
# Net Core Keys
**/[Kk]eys/*.xml
Bootstrap.Admin.xml
Bootstrap.*.xml
###### -- Custom Ignore Section, Make sure all files you add to the git repo are below this line -- ######

View File

@ -7,6 +7,7 @@
<LangVersion>latest</LangVersion>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)src\Keys\Longbow.Utility.snk</AssemblyOriginatorKeyFile>
<DocumentationFile>$(MSBuildProjectName).xml</DocumentationFile>
</PropertyGroup>
<Target Condition=" $(IsWebProject) == true " Name="PostPublish" AfterTargets="Publish">

View File

@ -6,7 +6,6 @@
</PropertyGroup>
<PropertyGroup>
<DocumentationFile>$(MSBuildProjectName).xml</DocumentationFile>
<DockerDefaultTargetOS>Windows</DockerDefaultTargetOS>
</PropertyGroup>