Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-04-14Merge pull request #18349 from wtgodbe/updateCrossImageWes Haggard
Update Docker images for crossbuilds
2017-04-14Update Docker images for crossbuildswtgodbe
2017-04-13Fix IBC data package restore by moving it to SyncDavis Goodin
2017-04-13Disable merging IBC data to unblock buildDavis Goodin
2017-04-13Revert "Fixing netfx Official builds by disabling the publish packages step ↵Jose Perez Rodriguez
for netfx builds"
2017-04-12Fix netfx Official builds by disabling the publish packages step for netfx ↵Jose Perez Rodriguez
builds
2017-04-11Remove Alpine build definitions from pipeline.jsonEric Mellino
2017-04-08Add build definitions for netfx testsSantiago Fernandez
2017-04-07Merge pull request #18084 from MichaelSimons/remove-docker-demandStephen Toub
Remove docker demand on 1.13.1
2017-04-07Merge pull request #18085 from dagood/fix-package-overlap-2Davis Goodin
Pass OfficialBuildId to build command to disable package overlap
2017-04-07Remove docker demand on 1.13.1MichaelSimons
2017-04-05Override HelixJobType for portable builds, which will enable differentiating ↵Matt Galbraith
them from normal, rid-specific builds in Mission Control
2017-04-01Enable uapaot corefx Helix official runsJose Perez Rodriguez
2017-03-31Additional changesGaurav Khanna
2017-03-31Fix LinuxCross Portable BuildGaurav Khanna
2017-03-31Fix portable test buildGaurav Khanna
2017-03-30Add portable build definitionsGaurav Khanna
2017-03-30Fix test by fixing Fedora version checks (#17654)Dan Moseley
* Fix test by adding F25 * remove comment * Centralize check * Simplify check * extra line * Stop fedora 23- EOL * update readme to remove 23 * Remove Fedora23 checks from tests * Remove fedora 23 from pipeline * Tighten condition to match before * Turns out Fedora does produce [3]
2017-03-29Remove usage of UAPToolsFolder propertyMatt Galbraith
Remove UAPToolsFolder property being passed in, which allows this to default to the generated version (defaults to path inside the packages folder) @chcosta
2017-03-28Enable PortableRID packagingGaurav Khanna
2017-03-27Revert Crossbuild def to 922567858f5a900d60f07f694c0535a0eaab29dc (#17552)chcosta
2017-03-26Mount a volume when starting docker (#17532)chcosta
2017-03-26grab all logs from build (#17531)chcosta
2017-03-25Set Helix job type for uwp f5 tests (#17511)chcosta
* Set arch to x64 for uap build tests * Set job type for uwp f5 tests
2017-03-25Set arch to x64 for uap build tests (#17498)chcosta
2017-03-24Move UAPToolsFolder property to product build step (#17488)chcosta
* Move uaptoolfolder property to product build step * remove entry from create helix arguments
2017-03-24Add uap build definition for testing (#17461)chcosta
* Add uap build definition for testing * Move secret variable to dotnet-corefx-trusted-windows build definition * Add targetgroup to helix and sync args * Add Debug
2017-03-24Fix test queue names for portable linux test runsWes Haggard
2017-03-24Adds fedora 25 to the list of portable targeted platforms (#17460)Matt Mitchell
2017-03-23Changes per code review commentsMichaelSimons
2017-03-22Add more robust cleanup to linux build defsMichaelSimons
2017-03-22Enable additional linux portable platforms (#17385)Matt Mitchell
Enables portable linux runs on official builds for Ubuntu 14.04 Ubuntu 16.04 Ubuntu 16.10 openSuSE 42.1
2017-03-22Enable Outerloop tests on HelixJose Perez Rodriguez
2017-03-21Explicitly pass OfficialBuildId for packagingDavis Goodin
2017-03-21Disable Azure package container overwritingDavis Goodin
2017-03-21Use new delimiter "+"Smile Wei
Apply the new delimiter "+" added in https://github.com/dotnet/core-eng/issues/596.
2017-03-20Merge pull request #17053 from dagood/ibcmergeDavis Goodin
Use optional tooling to merge optimization data during the build
2017-03-18Disable ContinueOnError now that the test queue quoting is fixedWes Haggard
2017-03-18Fix quote escaping for Debug portable linux test queuesWes Haggard
2017-03-17Another attempt to fix quoting issue with our test queuesWes Haggard
Also set ContinueOnError=true for the "Create Helix Test Jobs" step to avoid it from blocking the rest of the builds if it fails again.
2017-03-16Use PB_TargetQueue instead of CreateHelixArguments (#17172)Matt Mitchell
2017-03-15Another attempt at fixing the quoting (#17161)Matt Mitchell
2017-03-15Ensure quotes are preserved in Helix submission (#17157)Matt Mitchell
On Linux the quotes get dropped, which causes problems with the comma
2017-03-15Enable multi queue for Linux (#17122)Matt Mitchell
* Enable first portable multi-queue for linux * Change semicolons to commas * Remove EnableCloudTest=true (this is the default)
2017-03-13Use optional tooling to merge optimization dataDavis Goodin
2017-03-11Merge remote-tracking branch 'dotnet/master' into master_to_applecryptoJeremy Barton
Conflicts: netci.groovy src/System.Net.Security/src/System/Net/Security/SecureChannel.cs src/System.Security.Cryptography.X509Certificates/src/Internal/Cryptography/Pal.Unix/OpenSslX509Encoder.cs src/System.Security.Cryptography.X509Certificates/src/Resources/Strings.resx src/System.Security.Cryptography.X509Certificates/tests/Cert.cs src/System.Security.Cryptography.X509Certificates/tests/CollectionImportTests.cs src/System.Security.Cryptography.X509Certificates/tests/CollectionTests.cs src/System.Security.Cryptography.X509Certificates/tests/PfxTests.cs src/System.Security.Cryptography.X509Certificates/tests/X509StoreTests.cs
2017-03-10Change configuration to correct name (#16980)Matt Mitchell
2017-03-10Change pool to official OSX build poolMatt Mitchell
2017-03-09Convert Linux, OSX, and Windows test builds to use upload-tests.proj.Matt Galbraith
Add support for disabling cloud test upload-tests.proj via EnableCloudTest (for parity with previous setup) Add Windows 7 and 8.1 to queues for Windows builds. I left out Windows 10 Core as currently we're not actually running a proper core SKU there.
2017-03-07Fix extracted fullPkgGlob argumentDavis Goodin
(cherry picked from commit 47c664ceb2dbeed3ac3750e2ad2b0349448633e7)