[PR #564] [CLOSED] Remove debugging symbols from .NET 4.8 Release build #1038

Open
opened 2026-01-29 16:25:01 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/SabreTools/MPF/pull/564
Author: @Deterous
Created: 10/6/2023
Status: Closed

Base: masterHead: master


📝 Commits (4)

  • 9f330bb Remove debugging symbols from .NET48 release in appveyor
  • 7d4fb0c Remove debugging symbols in .NET 4.8 release in publish-win.bat
  • cfa5605 Only set DebugType to None in appveyor
  • 793e8d8 Only set DebugType to None in publish-win.bat

📊 Changes

2 files changed (+5 additions, -5 deletions)

View changed files

📝 appveyor.yml (+2 -2)
📝 publish-win.bat (+3 -3)

📄 Description

Sets DebugType to None in both the appveyor.yml script and the publish-win.bat script

Info here:
https://learn.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2015/msbuild/common-msbuild-project-properties


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/SabreTools/MPF/pull/564 **Author:** [@Deterous](https://github.com/Deterous) **Created:** 10/6/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`9f330bb`](https://github.com/SabreTools/MPF/commit/9f330bb7f9876df0732f85dee06c8f286912564d) Remove debugging symbols from .NET48 release in appveyor - [`7d4fb0c`](https://github.com/SabreTools/MPF/commit/7d4fb0cd3140156e126e4f6c0cf20401ec7e7955) Remove debugging symbols in .NET 4.8 release in publish-win.bat - [`cfa5605`](https://github.com/SabreTools/MPF/commit/cfa56054b2b4e5eecf091e76ace714542be8a24e) Only set DebugType to None in appveyor - [`793e8d8`](https://github.com/SabreTools/MPF/commit/793e8d8d21dae84c5d23ce1ad3309a5a8d882480) Only set DebugType to None in publish-win.bat ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `appveyor.yml` (+2 -2) 📝 `publish-win.bat` (+3 -3) </details> ### 📄 Description Sets DebugType to `None` in both the appveyor.yml script and the publish-win.bat script Info here: https://learn.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2015/msbuild/common-msbuild-project-properties --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 16:25:01 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#1038