mirror of
https://github.com/brutaldev/StrongNameSigner.git
synced 2026-04-25 11:26:04 +03:00
[GH-ISSUE #7] Unable to compile on Linux using Mono #6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
Originally created by @markcallen on GitHub (Dec 7, 2014).
Original GitHub issue: https://github.com/brutaldev/StrongNameSigner/issues/7
Originally assigned to: @brutaldev on GitHub.
Getting the following error message when compiling on linux with mono
cd src
xbuild
StrongNameSigner/src/Brutal.Dev.StrongNameSigner/Brutal.Dev.StrongNameSigner.csproj (default targets) ->
/usr/lib/mono/4.5/Microsoft.Common.targets (PostBuildEvent target) ->
@brutaldev commented on GitHub (Dec 8, 2014):
The Sandcastle Help File Builder is a Windows only application that is used to compile the help file for this project (CHM). If you want to build this in Linux, then you will need to remove the post-build event that launches the help builder tools.
On line 84 of
src/Brutal.Dev.StrongNameSigner/Brutal.Dev.StrongNameSigner.csprojThe conditional could be made better to detect a Linux environment and ignore this step, but the quickest way to get around your problem right now if to simply remove that property group from the project file.