Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PostBuild.proj exit code 2 or 3 #1

Open
geoffrey-vl opened this issue Nov 13, 2015 · 3 comments
Open

PostBuild.proj exit code 2 or 3 #1

geoffrey-vl opened this issue Nov 13, 2015 · 3 comments

Comments

@geoffrey-vl
Copy link

Building the solution exits with exit-code 2 on Linux, exit-code 3 on Windows. The issue can be solved by downloading the ILRepack Nuget package, and next edit its executable path in PostBuild.proj to match the Nuget downloaded package, for example:

$(SolutionDir)packages\ILRepack.2.0.8\tools\ILRepack.exe

@mrward
Copy link
Owner

mrward commented Nov 13, 2015

Instead of doing that you can run NuGet.exe restore MonoDevelop.Dnx.sln from the directory containing the solution.

I should add that to the readme or maybe look at using a before.sln targets file to automatically restore on the build. Or it may just be simpler to add ILRepack to the GitHub repository instead of using NuGet.

@geoffrey-vl
Copy link
Author

Indeed, that way none of the current code could brake because of changes in ILRepack.

Do you plan to host the addin in a repo?

@mrward
Copy link
Owner

mrward commented Nov 14, 2015

I was planning on publishing the addin at some point to the MonoDevelop addin-repo and to my own addin repo. Probably just after Microsoft release ASP.NET 5 RC 1, which should happen sometime this month.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants