1. 27 12月, 2019 2 次提交
  2. 25 12月, 2019 1 次提交
  3. 24 12月, 2019 4 次提交
  4. 23 12月, 2019 1 次提交
  5. 22 12月, 2019 3 次提交
  6. 21 12月, 2019 4 次提交
    • D
      Publish the official build to blob storage (#1092) · bd6c81a9
      Davis Goodin 提交于
      * Publish installers and checksums
      
      - Use the arcade publishing process to publish the installers and checksums
      - Remove old blob publishing
      - Calculate the product version using an always-suffixed version
      - Change the blob path that we should upload to to be Runtime/<version> instead of assets/core-setup/.. to line up with the desired paths.
      
      * Updates for dotnet/runtime
      
      Use InstallerTasksAssemblyPath.
      
      Fail fast on RuntimeNupkgFile item duplicates.
      
      Find some more symbol packages. AllConfigurations symbol nupkgs weren't detected due to different artifact arrangement. There may be more missing, however I did this to do unblock some quick local validation so I'm including it.
      Co-authored-by: NMatt Mitchell <mmitche@microsoft.com>
      bd6c81a9
    • A
    • D
      Publish CoreCLR packages (#1090) · 8690516c
      Davis Goodin 提交于
      Add missing _BuildConfig. Pass configuration with Arcade style, at the end for win arg parsing.
      
      Fix build-packages.sh binlog location.
      
      Remove CoreCLR nupkg output redirection.
      8690516c
    • T
      Initial global build PR pipeline (#986) · 137e2826
      Tomáš Rylek 提交于
      Fixes: #951
      
      * Fix OSX build dependencies and container use per Santiago's advice
      
      * Comment the purpose of the new pipeline per Jared's PR feedback
      
      * Prune unused parameters of global-build-job
      
      * Fix variable propagation
      137e2826
  7. 20 12月, 2019 10 次提交
  8. 19 12月, 2019 12 次提交
    • T
      Add Pri1 Crossgen2 pipeline (#1033) · 2ca8277e
      Tomáš Rylek 提交于
      2ca8277e
    • S
      Use goto to exit in build.cmd so that error code propagates out of cmd (#990) · 639122ab
      Santiago Fernandez Madero 提交于
      * Use goto to exit in build.cmd so that error code propagates out of cmd
      
      * Add comment
      
      * Fix windows format job
      639122ab
    • R
      Consolidate .netcoreapp.cs test files in System.Runtime.* (#999) · 752a8d2b
      Roman Marusyk 提交于
      * Consolidate .netcoreapp.cs files because System.Runtime.* projects is no longer cross-compiled
      752a8d2b
    • D
      Add official signed build pipeline (#1016) · 385121f6
      Davis Goodin 提交于
      * Add official signed build
      
      * Don't attempt test signing during PR validation
      
      * Add build trigger include/exclude paths
      
      * Remove unnecessary conditions (config, success)
      
      * Add issue link for internal tool restore
      
      * Add issue link for test signing
      
      * Fix consolidation TODO formatting, links for all
      385121f6
    • P
      71f61223
    • S
      Fix EventSource to stop ignoring EventCommand.SendManifest (#848) · 2755362a
      Sung Yoon Whang 提交于
      * Dont ignore EventCommand.SendManifest command in EventSource
      
      * Add ETW manifest generation test
      
      * Mark the ETW ManifestGeneration tests as privileged only
      
      * Define IsProcessElevatedAndNotWindowsNanoServer
      
      * Change undefined file path
      2755362a
    • J
      Delete strong name cruft (#1006) · e695a986
      Jan Kotas 提交于
      The amount of strong name support that CoreCLR needs is very small (really just a method to convert public key to public key token). It is not worth it to build a separate .lib for just this single method. Fold the strong name APIs into metadata and change the API to return HRESULT.
      e695a986
    • H
      JsonNull return false when comparing against null (#842) · bdfbad55
      Henrik 提交于
      * JsonNull return false when comparing against null
      
      I'ved modified JsonNulls comparison methods to return false when
      compared against null, the matching test have also been updated
      in change
      
      Fix #820
      
      * Updated xml comments to reflect my changes
      
      I have updated the xml comments to reflect the changes
      that was made in JsonNull and removed left over comment
      in JsonNullTests
      
      * Applied suggested change
      
      Applied the suggested change to correct xml documentation
      Co-Authored-By: NAhson Khan <ahkha@microsoft.com>
      
      * Applied Suggested change
      
      Applied the suggested change to correct xml documentation
      Co-Authored-By: NAhson Khan <ahkha@microsoft.com>
      bdfbad55
    • D
      Update dependencies from https://github.com/dotnet/arcade build 20191217.1 (#1013) · fdcd30b8
      dotnet-maestro[bot] 提交于
      - Microsoft.DotNet.XUnitExtensions - 5.0.0-beta.19617.1
      - Microsoft.DotNet.XUnitConsoleRunner - 2.5.1-beta.19617.1
      - Microsoft.DotNet.VersionTools.Tasks - 5.0.0-beta.19617.1
      - Microsoft.DotNet.ApiCompat - 5.0.0-beta.19617.1
      - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19617.1
      - Microsoft.DotNet.Build.Tasks.Configuration - 5.0.0-beta.19617.1
      - Microsoft.DotNet.Build.Tasks.Feed - 5.0.0-beta.19617.1
      - Microsoft.DotNet.Build.Tasks.Packaging - 5.0.0-beta.19617.1
      - Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk - 5.0.0-beta.19617.1
      - Microsoft.DotNet.CodeAnalysis - 5.0.0-beta.19617.1
      - Microsoft.DotNet.GenAPI - 5.0.0-beta.19617.1
      - Microsoft.DotNet.GenFacades - 5.0.0-beta.19617.1
      - Microsoft.DotNet.Helix.Sdk - 5.0.0-beta.19617.1
      - Microsoft.DotNet.RemoteExecutor - 5.0.0-beta.19617.1
      fdcd30b8
    • F
      b5cf2e32
    • T
      simplify SslStream.AuthenticateAs*Async() (#453) · 529c1c55
      Tomas Weinfurt 提交于
      * port from corefx
      
      * add TestHelper.cs
      
      * capture handshake exception
      
      * feedback from review
      
      * cleanup more apm and renegotiation
      
      * fix unit test
      
      * feedback from review
      
      * feedback from review
      
      * feedback from review
      
      * fix test after merge
      
      * feedback from review
      
      * add back ProcessAuthentication as main entry point
      529c1c55
    • J
      Fix named cgroup handling in docker (#980) · 1ed0a566
      Jan Vorlicek 提交于
      While named cgroups work fine outside of docker container, they weren't
      working when created and used inside of a docker container. The problem
      was caused by the fact that the hierarchy root extracted from
      /proc/self/mountinfo and the cgroup path extracted from /proc/self/cgroup
      are not equal for named groups. They just share the same prefix.
      The cgroups handling code was not epxecting this case and ended up building
      the final cgroup path incorrectly (including the common part of the path).
      This change fixes it by checking for matching prefix of the paths instead
      of comparing the whole paths.
      1ed0a566
  9. 18 12月, 2019 3 次提交