add private publish

alphons <alphons@heijden.com> 1 Sep 2024, 14:55
e6774c1cea68642d077073a00c0e0feb9a187584
1 files changed
  • src/MongoCli/Properties/PublishProfiles/FolderProfile.pubxml
diff --git a/src/MongoCli/Properties/PublishProfiles/FolderProfile.pubxml b/src/MongoCli/Properties/PublishProfiles/FolderProfile.pubxml
new file mode 100644
index 0000000..62e60c7
--- /dev/null
+++ b/src/MongoCli/Properties/PublishProfiles/FolderProfile.pubxml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+https://go.microsoft.com/fwlink/?LinkID=208121.
+-->
+<Project>
+ <PropertyGroup>
+ <Configuration>Release</Configuration>
+ <Platform>Any CPU</Platform>
+ <PublishDir>\\192.168.28.123\vmt\MongoCli</PublishDir>
+ <PublishProtocol>FileSystem</PublishProtocol>
+ <_TargetId>Folder</_TargetId>
+ <TargetFramework>net8.0</TargetFramework>
+ <RuntimeIdentifier>linux-x64</RuntimeIdentifier>
+ <SelfContained>false</SelfContained>
+ <PublishSingleFile>true</PublishSingleFile>
+ </PropertyGroup>
+</Project>
\ No newline at end of file