You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
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.
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
The text was updated successfully, but these errors were encountered: