From dd76396b5f4c71f0f866119ebc4d74ac55b1b82e Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Tue, 14 Feb 2023 17:34:24 +0100 Subject: [PATCH] update processo pubblicazione IOC --- MP.IOC/.config/dotnet-tools.json | 5 +++++ MP.IOC/MP.IOC.csproj | 6 ++++++ MP.SPEC/.config/dotnet-tools.json | 5 +++++ 3 files changed, 16 insertions(+) create mode 100644 MP.IOC/.config/dotnet-tools.json create mode 100644 MP.SPEC/.config/dotnet-tools.json diff --git a/MP.IOC/.config/dotnet-tools.json b/MP.IOC/.config/dotnet-tools.json new file mode 100644 index 00000000..b0e38abd --- /dev/null +++ b/MP.IOC/.config/dotnet-tools.json @@ -0,0 +1,5 @@ +{ + "version": 1, + "isRoot": true, + "tools": {} +} \ No newline at end of file diff --git a/MP.IOC/MP.IOC.csproj b/MP.IOC/MP.IOC.csproj index cfaeaa03..fd260134 100644 --- a/MP.IOC/MP.IOC.csproj +++ b/MP.IOC/MP.IOC.csproj @@ -6,6 +6,12 @@ enable + + <_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS01.pubxml" /> + <_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS02.pubxml" /> + <_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS03.pubxml" /> + + diff --git a/MP.SPEC/.config/dotnet-tools.json b/MP.SPEC/.config/dotnet-tools.json new file mode 100644 index 00000000..b0e38abd --- /dev/null +++ b/MP.SPEC/.config/dotnet-tools.json @@ -0,0 +1,5 @@ +{ + "version": 1, + "isRoot": true, + "tools": {} +} \ No newline at end of file