From ab1d3f38b011008c69ddbd3f1df82bd5f85c2616 Mon Sep 17 00:00:00 2001 From: Schedel Pascal Date: Fri, 21 Jun 2024 06:16:35 +0200 Subject: [PATCH] include release configuration --- .gitignore | 2 +- .../PublishProfiles/FolderProfile.pubxml | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 ModpackUpdater/Properties/PublishProfiles/FolderProfile.pubxml diff --git a/.gitignore b/.gitignore index dfcfd56..98ee568 100644 --- a/.gitignore +++ b/.gitignore @@ -174,7 +174,7 @@ publish/ *.azurePubxml # Note: Comment the next line if you want to checkin your web deploy settings, # but database connection strings (with potential passwords) will be unencrypted -*.pubxml +# *.pubxml *.publishproj # Microsoft Azure Web App publish settings. Comment the next line if you want to diff --git a/ModpackUpdater/Properties/PublishProfiles/FolderProfile.pubxml b/ModpackUpdater/Properties/PublishProfiles/FolderProfile.pubxml new file mode 100644 index 0000000..078acc0 --- /dev/null +++ b/ModpackUpdater/Properties/PublishProfiles/FolderProfile.pubxml @@ -0,0 +1,18 @@ + + + + + Release + Any CPU + bin\publish\general\ + FileSystem + <_TargetId>Folder + net8.0-windows + win-x86 + true + true + false + + \ No newline at end of file