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

mvn install tries to add non-packable projects #28

Open clehene opened 5 years ago

clehene commented 5 years ago
[ERROR] Failed to execute goal org.eobjects.build:dotnet-maven-plugin:0.23:nuget-add (default-nuget-add) on project csharp-sdk: Command [nuget add] failed!: Could not find NuGet package! ModuleDir=/Users/user/csharp-sdk/project.test, PackageDir=/Users/user/csharp-sdk/project.test/bin, PackOutput=bin -> [Help 1]
Delfic commented 5 years ago

Aren't the NuGet packages present in bin/Release rather than just bin?