build: 移动生成 xml 文件配置到 props 文件中
This commit is contained in:
parent
24a2e220da
commit
a9df9efe9b
|
@ -348,7 +348,7 @@ ASALocalRun/
|
||||||
|
|
||||||
# Net Core Keys
|
# Net Core Keys
|
||||||
**/[Kk]eys/*.xml
|
**/[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 -- ######
|
###### -- Custom Ignore Section, Make sure all files you add to the git repo are below this line -- ######
|
||||||
|
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
<LangVersion>latest</LangVersion>
|
<LangVersion>latest</LangVersion>
|
||||||
<SignAssembly>true</SignAssembly>
|
<SignAssembly>true</SignAssembly>
|
||||||
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)src\Keys\Longbow.Utility.snk</AssemblyOriginatorKeyFile>
|
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)src\Keys\Longbow.Utility.snk</AssemblyOriginatorKeyFile>
|
||||||
|
<DocumentationFile>$(MSBuildProjectName).xml</DocumentationFile>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<Target Condition=" $(IsWebProject) == true " Name="PostPublish" AfterTargets="Publish">
|
<Target Condition=" $(IsWebProject) == true " Name="PostPublish" AfterTargets="Publish">
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<DocumentationFile>$(MSBuildProjectName).xml</DocumentationFile>
|
|
||||||
<DockerDefaultTargetOS>Windows</DockerDefaultTargetOS>
|
<DockerDefaultTargetOS>Windows</DockerDefaultTargetOS>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue