NuGet / Samples

NuGet team sample repo
Other
136 stars 108 forks source link

Linked assemblies should not be copied to output directory #13

Closed AArnott closed 6 years ago

AArnott commented 7 years ago

Using this sample as a template, the package's assembly may still be copied to the app's output directory. This is not desirable and can actually be exactly not what you want.

karann-msft commented 7 years ago

Which sample specifically are you talking about?

AArnott commented 7 years ago

Sorry... I didn't realize there were several in one repo.

I was referring to this one: https://github.com/NuGet/Samples/blob/master/NuGet.Samples.Interop/NuGet.Samples.Interop.targets#L13-L15

karann-msft commented 7 years ago

@nkolev92 you wanna take this one.

nkolev92 commented 7 years ago

Related to https://github.com/NuGet/Home/issues/2365.

We will discuss and prioritize.

karann-msft commented 6 years ago

Closing this as dupe of https://github.com/NuGet/Home/issues/2365