From a9df9efe9b44f571b3117b0ac1af800d9fc660d4 Mon Sep 17 00:00:00 2001 From: Argo Windows Date: Sat, 19 Oct 2019 10:13:18 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E7=A7=BB=E5=8A=A8=E7=94=9F=E6=88=90?= =?UTF-8?q?=20xml=20=E6=96=87=E4=BB=B6=E9=85=8D=E7=BD=AE=E5=88=B0=20props?= =?UTF-8?q?=20=E6=96=87=E4=BB=B6=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 +- Directory.Build.props | 1 + src/admin/Bootstrap.Admin/Bootstrap.Admin.csproj | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3f99431e..f4f24c36 100644 --- a/.gitignore +++ b/.gitignore @@ -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 -- ###### diff --git a/Directory.Build.props b/Directory.Build.props index 8a3dd083..cd66f379 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -7,6 +7,7 @@ latest true $(MSBuildThisFileDirectory)src\Keys\Longbow.Utility.snk + $(MSBuildProjectName).xml diff --git a/src/admin/Bootstrap.Admin/Bootstrap.Admin.csproj b/src/admin/Bootstrap.Admin/Bootstrap.Admin.csproj index 64ca91b4..390232ab 100644 --- a/src/admin/Bootstrap.Admin/Bootstrap.Admin.csproj +++ b/src/admin/Bootstrap.Admin/Bootstrap.Admin.csproj @@ -6,7 +6,6 @@ - $(MSBuildProjectName).xml Windows