summaryrefslogtreecommitdiff
path: root/src/.nuget/dir.targets
AgeCommit message (Collapse)AuthorFilesLines
2019-05-21Add Microsoft.DotNet.Build.Tasks.Packaging to Version.Details.xml (#24700)Elinor Fung1-1/+1
2019-05-21Switch NuGet package build to use Arcade instead of BuildTools (#24619)Elinor Fung1-19/+10
2018-12-03Remove Hostx86/arm CrossGen from building and Simplify build.sh command line ↵Egor Chesakov1-9/+0
arguments for Linux/arm cross build (Part 2) (#21034) * Stop building and publishing Hostx86/arm crossgen on Linux/arm * Remove -crosscomponent argument and stop using CAC_ROOTFS_DIR environment variable in build.sh * Simplify the related logic in build.sh * Don't need to specify crosscomponent in tests/scripts/run-pmi-diffs.py * Don't set CAC_ROOTFS_DIR in buildpipeline, Jenkins files and in tests/scripts/run-pmi-diffs.py * Adjust documentation
2018-09-12Publish Hostx64/arm32 crossgen and libclrjit.so on LinuxEgor Chesakov1-0/+9
2018-06-11Adds the CoreLib IL to packages (#18372)Paulo Janotti1-2/+9
* Adds the CoreLib IL to packages The purpose of this is to enable code coverage runs to include CoreLib in CI - for that it is necessary to make the IL version available.
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