Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#2749 closed defect (fixed)

.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:

Description

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.

Change History (2)

comment:1 by jng, 8 years ago

Resolution: fixed
Status: newclosed

In 9068:

Fix #2749: Add .iobj and .ipdb to release output exclusion lists

comment:2 by jng, 8 years ago

In 9069:

Merged revision(s) 9067-9068 from branches/3.1/MgDev:
Update nuget package verification solution/projects. Remove the web projects (as this requires a specific VS2012 express SKU) and replace with a console app that exercises some MapGuide Web-specific APIs.
........
Fix #2749: Add .iobj and .ipdb to release output exclusion lists
........

Note: See TracTickets for help on using tickets.