summaryrefslogtreecommitdiff
path: root/dir.props
AgeCommit message (Collapse)AuthorFilesLines
2016-07-04Updating External dependencies to beta-24304-00dotnet-bot1-1/+1
2016-07-01Updating External dependencies to beta-24301-00dotnet-bot1-1/+1
2016-06-29Merge pull request #6000 from gkhanna79/Arm64NugetGaurav Khanna1-1/+9
Generate nuget packages for Arm64 build
2016-06-29Updating External dependencies to beta-24229-00dotnet-bot1-1/+1
2016-06-28Updating External dependencies to beta-24228-00dotnet-bot1-1/+1
2016-06-27Updating External dependencies to beta-24227-00dotnet-bot1-1/+1
2016-06-25Change to Generate nuget packages for Windows Arm64 builds.Gaurav Khanna1-1/+9
2016-06-24Updating External dependencies to beta-24224-00dotnet-bot1-1/+1
2016-06-23Updating External dependencies to beta-24223-00dotnet-bot1-1/+1
2016-06-22Updating External dependencies to beta-24222-00dotnet-bot1-1/+1
2016-06-21Updating External dependencies to beta-24221-00dotnet-bot1-1/+1
2016-06-20Update Prerelease version to Beta and increment patch version.Gaurav Khanna1-3/+3
2016-06-20Updating External dependencies to rc4-24220-00dotnet-bot1-1/+1
2016-06-17Updating External dependencies to rc4-24217-00dotnet-bot1-1/+1
2016-06-16Updating External dependencies to rc4-24216-00dotnet-bot1-1/+1
2016-06-14Updating External dependencies to rc4-24214-00dotnet-bot1-1/+1
2016-06-10Updating External dependencies to rc4-24210-00dotnet-bot1-1/+1
2016-06-09Updating External dependencies to rc4-24209-00dotnet-bot1-1/+1
2016-06-08Add win8-arm package for CoreCLRSenthil1-0/+3
2016-06-07Fix project and release notes URL to 1.1.0Senthil1-0/+5
2016-06-01Include license files into the packagesWes Haggard1-25/+37
2016-05-26Add Fedora, OpenSuse and Ubuntu 16.04 packagesMatt Ellis1-1/+1
- Add packages for Fedora 23 and OpenSuse 13.2 - Move the package authoring for Ubuntu into versioned folders - Update our selection logic for what to produce to be based on an actual RID instead of just a distro name, since that's now not enough with us building for two Ubuntu versions
2016-05-20Update pre-release tags to RC4Matt Ellis1-1/+1
The long term plan is to move our packages versions up and the prerelease tag back down to something like -beta, but for now we just need to pick something that isn't RC3 as that's what the release/1.0.0 branches are using. Doing this gives us time to do the right thing without having version clashes on myget. [tfs-changeset: 1606983]
2016-05-16Remove --infer-runtimes restore arg: runtimes specified in project.json files.Davis Goodin1-1/+0
2016-05-04Remove CORE_ROOT workaround. .NET CLI no longer uses the value.Davis Goodin1-3/+0
2016-04-15Add NetBSD support in dir.propsKamil Rytarowski1-1/+2
2016-04-11Add symbol packages for coreclr runtime.Mike McLaughlin1-0/+1
Depends on the new buildtools symbol support. Update build tools version containing the new symbol file support.
2016-04-06Adding Common versioning to managed and Native components of coreclrJose Perez Rodriguez1-1/+3
2016-03-30Upgrade dotnet cli version.Davis Goodin1-1/+2
2016-03-23Merge pull request #3890 from kyulee1/removeryujitpackKyungwoo Lee1-9/+0
Remove Old NuGet RyuJit Package from Build
2016-03-23Remove Old NuGet RyuJit Package from BuildKyungwoo Lee1-9/+0
This eliminates the old way of nuget package creation as a part of prep: https://github.com/dotnet/coreclr/issues/3442.
2016-03-21Fix intermediate directory for mscorlib buildJan Kotas1-2/+2
2016-03-15Fix runtime.json to include all platforms in the redirection package. Also ↵Gaurav Khanna1-1/+1
update the CLI build version (taken from CoreFX).
2016-03-04Define Platform and OutputPaths before ↵Gaurav Khanna1-0/+11
Microsoft.Common.CurrentVersion.targets is included.
2016-03-02Upgrade CLI version and buildtools, and make build file changes.Davis Goodin1-2/+4
Unset CORE_ROOT in environment on Windows before doing restore so that dotnet CLI doesn't try to run using binaries from the test CORE_ROOT. Restore the xunit wrapper projects in a batch rather than individually to save a lot of time. Work around xunit.runner.msbuild not having compatible package layout by ignoring errors and adding import so that a future fix will work. Hard-code C# language for generated wrapper projects: the $(Language) property wasn't set. Also Change www.myget.org to dotnet.myget.org, as we switched to enterprise myget. Add System.ObjectModel to tests\src\JIT\config\benchmark+serialize\project.json to manually upgrade it to a version that doesn't require lifting for runtime. This fixes System.ObjectModel.dll being missing from CORE_ROOT and causing the test to fail. Switch to v3 nuget feeds and sync NuGet.Configs.
2016-02-07Change to support Microsoft.NetCore.Runtime.CoreCLR nuget package generation.Gaurav Khanna (CLR)1-7/+27
2016-01-30Fix build break in internal buildJan Kotas1-1/+1
[tfs-changeset: 1570568]
2016-01-29update version of buildtoolsRahul Kumar1-22/+19
2016-01-23Build mscorlib with CoreCLR MSBuild on LinuxJohn Chen1-0/+1
2015-12-21Enable checked builds of CoreCLR.Eugene Rozenfeld1-1/+2
In checked builds coreclr, mscorlib, and the test are built optimized but assertion checking is on. This adds additional coverage (the jit is optimizing and assertion checking is on), speeds up testing compared to debug, and allows testing JIT stress modes. This doesn't affect CoreFX. Several tests are currently failing in checked configuration due to newly discovered bugs (JIT asserts). We didn't see these asserts in debug mode because by default JIT is in minopt mode; we didn't see these bugs in release mode because assertion checking is off. I will file the bugs once checked build changes are in.
2015-11-24Update xunit version to 2.1.0Jan Kotas1-3/+3
2015-11-18A few fixes for standlone Jit buildKyungwoo Lee1-0/+2
1. Fix for assertion in fgAddFieldSeqForZeroOffset The fix relaxed the assertion under FEATURE_REF_ZERO_OFFSET_ALLOWED. The feature is enabled when the standalone jit is built. 2. Package spec files for Windows/Linux and redirection. 3. Rename ProtoJit to RyuJit
2015-10-13Using DotNetCore version of BclRewriter in mscorlib buildJose Perez Rodriguez1-1/+4
2015-08-18Update buildtools version to 00079Jan Kotas1-1/+1
Required by VS2015
2015-08-17Build mscolrib.dll on UnixMatt Ellis1-2/+10
Initial work to get mscorlib.dll building via Roslyn + MSBuild running on top of Mono on Linux. - Use a newer version of BclRewriter.exe which works cross-platform, the major difference here is that now we need to specify the input assembly as a named argument instead (since fully qualified paths on Unix look like flags on Windows). - The ResGen we use comes from Mono, which does not support the -d flag, so we need to stop passing defines to ResGen. I know the mono folks recently did some work to address this, but long term we need to move towards getting our ResGen.exe running on CoreCLR and use that instead. - Don't require that mono is installed in order to build coreclr. If mono is not on the path, skip the build step to enable folks to do development without Mono. In this case, they will need to continue to build mscorlib.dll on Windows, targeting Unix. - Mono stability has been an issue for folks that have buddy tested this. I've found that recent mono 4.2 builds, when run with the Boehm GC work well for me. Other folks have other builds they like instead. The `skipmscorlib` flag can be passed to build.sh if you want to skip building mscorlib.dll locally.
2015-07-09Move CoreCLR to the modern build tools and dnxMatt Mitchell1-37/+68
This changes moves coreclr onto DNX (same version as corefx). Theoretically, this should allow these tests to target the desktop CLR. All of the old package.config files are gone and replaced with corresponding project.json files. The up front restore behavior is retained. Tests are now buildable individually, though not runnable in a similar fashion.
2015-06-07build,freebsd: Adds freebsdmscorlib to build.cmd.Peter Jas1-3/+4
2015-05-20Update Microsoft.DotNet.BuildTools.CoreCLR to version 1.0.2.Alex Ghiondea1-1/+1
This version updates BclRewriter.exe with a copy that can run on Dev15 RC
2015-04-20Xplat build changesVal Menn1-0/+1
Move the path of the global packages.config into a separate property. This allows xplat MSBuild to detect the path and adjust for non-Win systems. Addtionally, trim backslash as it escapes quotes on Linux
2015-03-31Change paths and os names to match corefxMatt Mitchell1-1/+9
* binaries is now bin, intermediates is now obj * modifying unixmscorlib build to instead be linuxmscorlib + osxmscorlib. * Change OS=Unix to OS=Linux/OS=OSX and modified properties to mimic corefx's TargetsUnix.