dotnet-installer/scripts/dotnet-cli-build
Sridhar Periyasamy f96ac6ed92 Fixes in corehost for building x86 arch.
Set the calling convention to '__stdcall' explicitly else the default is
'_cdecl' on windows which mismatches with coreclr hosting APIs.
Use the newly built 'corehost' in stage1.
2016-02-18 18:03:26 -08:00
..
Utils fix version number padding 2016-02-16 14:02:50 -08:00
CompileTargets.cs Fixes in corehost for building x86 arch. 2016-02-18 18:03:26 -08:00
dotnet-cli-build.xproj working on build scripts 2016-02-12 15:26:35 -08:00
PrepareTargets.cs Build and project cleanup 2016-02-15 09:43:18 -08:00
Program.cs working on build scripts 2016-02-12 15:26:35 -08:00
project.json working on build scripts 2016-02-12 15:26:35 -08:00
PublishTargets.cs Add the 'CONFIGURATION' env var to Publish targets. 2016-02-17 10:40:34 -08:00
TestTargets.cs Merge pull request #1434 from dotnet/brthor/1280/resgen-spaces 2016-02-17 09:35:26 -08:00