My NuGet packages are not created
Hello, I'm trying to create a NuGet package and create it directly in a shared folder.
The thing is that this library has multiple target frameworks, and when i create the NuGet it doesnt create the .nupkg file in the PublishDir folder. I've tried with only 1 target framework and it works, so it looks like targeting multiple frameworks is the problem here.
This is the config of the .csproj:
and the FolderProfile.pubxml:
as i mentioned, if i change this line:
for this:
the nupkg file is created under \dev\NuGet
Any idea?
The thing is that this library has multiple target frameworks, and when i create the NuGet it doesnt create the .nupkg file in the PublishDir folder. I've tried with only 1 target framework and it works, so it looks like targeting multiple frameworks is the problem here.
This is the config of the .csproj:
and the FolderProfile.pubxml:
as i mentioned, if i change this line:
for this:
the nupkg file is created under \dev\NuGet
Any idea?