From 7ed5c8d64ee5a06466f31536c29f89916a62238a Mon Sep 17 00:00:00 2001 From: Ryan Peters Date: Thu, 16 Feb 2023 10:11:01 -0500 Subject: [PATCH] add publish profile --- .../Properties/PublishProfiles/Release.pubxml | 17 +++++++++++++++++ .../WeatherDashboard.Web.csproj | 4 ++++ 2 files changed, 21 insertions(+) create mode 100644 WeatherDashboard.Web/Properties/PublishProfiles/Release.pubxml diff --git a/WeatherDashboard.Web/Properties/PublishProfiles/Release.pubxml b/WeatherDashboard.Web/Properties/PublishProfiles/Release.pubxml new file mode 100644 index 0000000..eda90ff --- /dev/null +++ b/WeatherDashboard.Web/Properties/PublishProfiles/Release.pubxml @@ -0,0 +1,17 @@ + + + + + false + false + true + Release + Any CPU + FileSystem + \\server\Local\Web\Weather + FileSystem + <_TargetId>Folder + + \ No newline at end of file diff --git a/WeatherDashboard.Web/WeatherDashboard.Web.csproj b/WeatherDashboard.Web/WeatherDashboard.Web.csproj index d9e998b..eee1150 100644 --- a/WeatherDashboard.Web/WeatherDashboard.Web.csproj +++ b/WeatherDashboard.Web/WeatherDashboard.Web.csproj @@ -6,6 +6,10 @@ enable + + <_WebToolingArtifacts Remove="Properties\PublishProfiles\Release.pubxml" /> + +