summaryrefslogtreecommitdiff
path: root/src/.nuget/dir.targets
AgeCommit message (Collapse)AuthorFilesLines
2017-07-07Restore missing native *.ni.pdb file from the ↵Vance Morrison1-0/+2
Microsoft.NETCore.Runtime.CoreCLR (#12677) * Restore missing native *.ni.pdb file from the Microsoft.NETCore.Runtime.CoreCLR package DLLs that have native code, need both the *.pdb (for IL information) and the *.ni.pdb (for native information). When System.Private.Corlib was renamed from System.Private.Corlib.ni.pdb to System.Private.Corlib, the logic that decides what goes into the Microsoft.NETCore.Runtime.CoreCLR package lost the *.ni.pdb for System.Private.Corlib. This change basically causes this logic to search both for *.ni.pdb as well as the *.pdb file and thus fixes this issue. * Remove unnecessary condition (review feedback)
2017-05-15Update License Info (#11617)Tarek Mahmoud Sayed1-1/+1
2017-05-10Add version.txt to the coreclr transport package (#11497)Jose Perez Rodriguez1-0/+7
* Add version.txt to the coreclr transport package * PR Feedback
2017-05-10Update the License to MIT for coreclr repo (#11482)Tarek Mahmoud Sayed1-0/+7
2017-05-02Fix folder name for cross-targeting assetsEric St. John1-2/+2
2017-04-03Publish VC Redist DLLs as part of CoreCLR Packagewtgodbe1-0/+4
2017-03-06Add stripSymbols argument; refactor symbol package build (#9664)Davis Goodin1-0/+84
* Add argument to explicitly enable symbol stripping * Refactor symbol package build * Remove unnecessary native file distinctions * Remove unnecessary WindowsSymbolFile step