Closed PerfectCarl closed 9 years ago
I'm trying to install the addin I'm writing and the command tools/install doesn't install the addin in monodevelop.
tools/install
How am I supposed to do it?
Run xbuild yourproject.csproj /t:CreatePackage and the MSBuild targets will create an mpack file. You can install this using the "install from file" button in the Addin Manager.
xbuild yourproject.csproj /t:CreatePackage
I'm trying to install the addin I'm writing and the command
tools/install
doesn't install the addin in monodevelop.How am I supposed to do it?