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