add hook for disabling the default extensions in the build output#3980
add hook for disabling the default extensions in the build output#3980erdembayar merged 10 commits intoNuGet:devfrom Anipik:extension
Conversation
Nirmal4G
left a comment
There was a problem hiding this comment.
Property Name suggestion...
src/NuGet.Core/NuGet.Build.Tasks.Pack/NuGet.Build.Tasks.Pack.targets
Outdated
Show resolved
Hide resolved
src/NuGet.Core/NuGet.Build.Tasks.Pack/NuGet.Build.Tasks.Pack.targets
Outdated
Show resolved
Hide resolved
test/NuGet.Core.FuncTests/Dotnet.Integration.Test/PackCommandTests.cs
Outdated
Show resolved
Hide resolved
|
🔔 @Anipik |
|
i will try to get the tests in next week. |
|
@nkolev92 it seems like the ci is hung on this, do we need to do something ? |
|
@Anipik the CI for people without write access doesn't run automatically. Kicked it off. |
src/NuGet.Core/NuGet.Build.Tasks.Pack/NuGet.Build.Tasks.Pack.targets
Outdated
Show resolved
Hide resolved
|
@nkolev92 do we need to trigger the ci again here ? |
|
@Anipik |
|
@erdembayar @nkolev92 the ci passed, can you merge it as well ? |
erdembayar
left a comment
There was a problem hiding this comment.
I'll approve it now, but wait little bit before merge, let other people review too.
|
hey @erdembayar @nkolev92 do we need something more here ? |
@Anipik |
|
awesome thanks. |
Fixes: NuGet/Home#10690
Description
This msbuild flag allows user to edit the default file extensions included in the build output of the package. eg. it allows us to exclude the .xml files from the package.
Test are added for validation
cc @ViktorHofer @ericstj