mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-08 13:49:48 +00:00
[PR #564] [CLOSED] Remove debugging symbols from .NET 4.8 Release build #1038
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/SabreTools/MPF/pull/564
Author: @Deterous
Created: 10/6/2023
Status: ❌ Closed
Base:
master← Head:master📝 Commits (4)
9f330bbRemove debugging symbols from .NET48 release in appveyor7d4fb0cRemove debugging symbols in .NET 4.8 release in publish-win.batcfa5605Only set DebugType to None in appveyor793e8d8Only 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
Nonein both the appveyor.yml script and the publish-win.bat scriptInfo 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.