summaryrefslogtreecommitdiff
path: root/dirs.proj
AgeCommit message (Collapse)AuthorFilesLines
2015-08-14More xplat binplace clean-up.Joel Hendrix1-1/+4
Fixed up proj files for CLR and FxCore partitions. Moved xplat build to phase one coreclr builds. [tfs-changeset: 1514852]
2015-08-14Consolidate enabling of xplat binary downloads into GetXPlatBinaries.targets.Joel Hendrix1-3/+1
Disable xplat build for SSV builds. [tfs-changeset: 1514806]
2015-08-05Fix bad msbuild properties so that conditions behave as expected.Joel Hendrix1-2/+2
[tfs-changeset: 1511107]
2015-08-04Title:Joel Hendrix1-1/+4
Binplace xplat binaries during official builds Change Description: This is the initial implementation of having our official devdiv razzle builds binplace non-Windows xplat binaries. For now xplat binaries are binplaced only during official builds; this can be overridden by specifying /p:GetAllXPlatBinaries=true. Binplacing is limited to CoreClr builds on amd64 as that's all we build for xplat. xplat binaries are pulled directly from Azure; if this becomes problematic we can look at having an internal cache. Binaries are pulled from Azure using a checked in copy of azcopy.exe. For now I have embedded the source key; this will be removed in the future in favor of using a shared access signature. At present the build number for the xplat bits is fixed; this will be removed in a future change. The binaries are in zip format. Once downloaded the contents are extracted in a directory under %_nttree% named after the platform; this puts them with the other xplat bits we build on Windows. [tfs-changeset: 1510395]
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+25
[tfs-changeset: 1407945]