.iobj and .ipdb files being slipped into nuget packages
Reported by: |
jng |
Owned by: |
jng |
Priority:
|
low
|
Milestone:
|
3.1
|
Component:
|
General
|
Version:
|
|
Severity:
|
trivial
|
Keywords:
|
|
Cc:
|
|
External ID:
|
|
Discovered this just as I was uploading the 3.1 final nuget packages.
Huge .iobj and .ipdb files were copied into the NuGet staging area, which blew out the package sizes preventing them from being uploaded to nuget.
Our ignore filters need to ignore these file extensions as well.
In 9068: