kaspersorensen / dotnet-maven-plugin

A Maven plugin for building dotnet projects based on project.json
Apache License 2.0
25 stars 15 forks source link

[Question/Issue?] The target "pack" does not exist in the project #18

Closed charbull closed 7 years ago

charbull commented 7 years ago

Hello,

I made some progress, I am able to generate the dll file However, I am getting "The target "pack" does not exist in the project."

I am not familiar with the .net environment, I looked online: one of the solutions suggests adding the import project and creating a .sln file as well here. I tried it as well but didn't work.

I attached my saref.csproj

any ideas? Thank you for your help,

kaspersorensen commented 7 years ago

If ´dotnet pack´ is not usable for whatever reason on your project, you can turn it off in the plugins configuration:

<packEnabled>false</packEnabled>