Skip to content
代码片段 群组 项目
  1. 3月 12, 2022
    • William Godbe's avatar
      [release/6.0] Build .rpm packages for linux arm64 (#40504) · 9876244c
      William Godbe 创作于
      
      * [release/6.0] Build .rpm packages for linux arm64
      
      * Update Build.props
      
      * Update Directory.Build.props
      
      * Update Directory.Build.targets
      
      * Update Rpm.Runtime.rpmproj
      
      * Update Rpm.TargetingPack.rpmproj
      
      * Avoid duplicate targeting-pack RPM Build
      - if an RPM containing platform-neutral executables is platform-neutral, this should be enough
      
      * !fixup! Change Linux ARM64 job, not ARM one
      
      * Correct RPM arch name, include in targeting pack
      
      * Revert "Avoid duplicate targeting-pack RPM Build"
      
      This reverts commit 7bebff5b
      
      * Rename x64 RPM to "x64"
      
      Co-authored-by: default avatarDoug Bunting <6431421+dougbu@users.noreply.github.com>
      未验证
      9876244c
  2. 2月 12, 2022
  3. 2月 02, 2022
  4. 1月 15, 2022
  5. 1月 14, 2022
  6. 12月 08, 2021
  7. 10月 15, 2021
    • Doug Bunting's avatar
      [release/6.0] Publish Windows x64/x86 checksums (#37564) · acd46eab
      Doug Bunting 创作于
      - were missing because AfterSigning.proj executes only when main build does something
        - i.e. must combine checksum generation w/ `Build`, `Test`, `Pack`, or similar targets
      - recombine Installers and Publish build steps, matching what we have in release/5.0
      - cherry-pick from #37557
      未验证
      acd46eab
  8. 10月 02, 2021
  9. 10月 01, 2021
  10. 9月 28, 2021
  11. 9月 23, 2021
  12. 9月 17, 2021
  13. 9月 12, 2021
  14. 9月 11, 2021
  15. 9月 10, 2021
  16. 9月 09, 2021
  17. 9月 04, 2021
  18. 8月 20, 2021
  19. 8月 12, 2021
  20. 8月 05, 2021
  21. 8月 04, 2021
  22. 7月 13, 2021
  23. 7月 12, 2021
    • dotnet-maestro[bot]'s avatar
      [main] Update dependencies from dotnet/efcore dotnet/runtime (#34033) · 6c396e75
      dotnet-maestro[bot] 创作于
      [main] Update dependencies from dotnet/efcore dotnet/runtime
      
      
       - Workaround duplicate logging source generator
      
       - Merge branch 'main' into darc-main-1709b9ed-50a0-4e28-b9b8-0e3759aee720
      
       - Fix CS8795
      
      https://dev.azure.com/dnceng/public/_build/results?buildId=1222936&view=logs&jobId=b5df7d42-2bda-5dee-96bd-1838a4f7499c&j=b5df7d42-2bda-5dee-96bd-1838a4f7499c&t=c1ffdaa9-e800-5fe8-052c-643f2e9f52ff
      
      
      
       - Update Wasm.Performance.TestApp.csproj
      
       - Fix skipEnabledCheck
      
       - Merge branch 'main' into darc-main-1709b9ed-50a0-4e28-b9b8-0e3759aee720
      
       - Update Workarounds.targets
      
       - Revert "Fix CS8795"
      
      This reverts commit a2ec9d6e0f87422456b7f8d1af238a29b8df6b94.
      
       - Revert "Convert HealthChecks logging to use new Logging Source Generator (#32414)"
      
      This reverts commit 1dd00f43.
      
       - Utilize class level SkipEnabledCheckLogOptions
      
       - React to MvcCoreLoggerExtensions feedback
      
       - Merge remote-tracking branch 'origin/main' into darc-main-1709b9ed-50a0-4e28-b9b8-0e3759aee720
      
       - React to nullability changes in TypeConverter
      
       - Merge branch 'main' into darc-main-1709b9ed-50a0-4e28-b9b8-0e3759aee720
      
       - React to new analyzer warnings
      
       - Revert "Revert "Convert HealthChecks logging to use new Logging Source Generator (#32414)""
      
      This reverts commit 5d6e21e650b3de09ceef9ecff0241040e1d83929.
      
       - Update src/Http/Routing/src/Matching/DfaMatcher.cs
      
      Co-authored-by: default avatarEric Erhardt <eric.erhardt@microsoft.com>
      
       - Update exception caught in HTTP2 tests
      
       - Merge branch 'main' of https://github.com/dotnet/aspnetcore into darc-main-1709b9ed-50a0-4e28-b9b8-0e3759aee720
      
       - Revert "Remove usings from templates implicitly added by the SDK (#34219)"
      
      This reverts commit d8bba727.
      
       - Fix up exceptions for HTTP2 tests
      
       - Revert "Revert "Remove usings from templates implicitly added by the SDK (#34219)""
      
      This reverts commit cce1bd7f71791ef59060f0e6d567ea7ec1919c9f.
      
       - Bump up SDK to bring in usings changes
      
       - Try running template tests on non-Helix
      
       - Update ci.yml
      
       - Try disabling template tests on Helix
      
       - Revert "Stop running template tests on azdo job (already helix-ified) (#32985)"
      
      This reverts commit 7a842b71.
      
       - Don't build Helix payload for template tests
      
       - Temporarily skip FrameworkListListsContainsCorrectPaths
      
       - Use dotnet test for test discovery
      
       - Revert "Use dotnet test for test discovery"
      
      This reverts commit f5cecb21c64d36fdcd8bc5d514f9affb694600cf.
      
       - Try skipping listing tests list in helix
      
       - Revert "Try disabling template tests on Helix"
      
      This reverts commit 2136f31e08ab33639ca44cfbd85d98909c9dfe47.
      
       - Remove generic type from test method
      
       - Removed another generic from the test method
      未验证
      6c396e75
  24. 6月 16, 2021
  25. 6月 04, 2021
  26. 5月 26, 2021
  27. 5月 25, 2021
    • Doug Bunting's avatar
      Enable compiling with `crossgen2` (#32508) · 46b56aa0
      Doug Bunting 创作于
      
      * Enable compiling Asp.NET with crossgen2
      
      * Use use linux crossgen2 instead of linux-musl crossgen2 when targetting linux-musl from the build
      
      * Attempt to make musl work
      
      * Fix typo
      
      * Use correct bits to compile take #3
      
      * Add Pgo data
      
      * Fix mistaken at symbol
      
      * Move to Core-Eng build agents
      - should resolve problems w/ disk space in "Tests: Helix ARM64 matrix" job
      - need `node` in this job for some reason
      
      * Remove `crossgen` tool infrastructure
      - remove many properties related only to the `crossgen` tool
        - may have missed a few of course
      
      nits:
      - `crossgen` -> `crossgen2` in a few comments
      - add / expand a few comments to improve clarity
      
      Co-authored-by: default avatarDavid Wrighton <davidwr@microsoft.com>
      未验证
      46b56aa0
  28. 5月 22, 2021
    • Doug Bunting's avatar
      Clean out Ubuntu 16.04 testing (#32894) · 83f7970b
      Doug Bunting 创作于
      * Clean out Ubuntu 16.04 testing
      - use Ubuntu 18.04 agents for testing in Docker containers on Helix
      
      nits:
      - clean up a few old mentions of Centos and Fedora testing
      - fix `%(Platform)` metadata for OSX `@(HelixAvailableTargetQueue)` items
      - don't mention unused internal queues in `$(TestDependsOnPlaywright)` update of `$(SkipHelixQueues)`
      - sort remaining queues alphabetically in `$(SkipHelixQueues)`
      未验证
      83f7970b
  29. 4月 30, 2021
  30. 4月 23, 2021
  31. 4月 16, 2021
    • Jan Vorlicek's avatar
      Move ARM and ARM64 to Ubuntu 18.04 · d1a2d883
      Jan Vorlicek 创作于
      d1a2d883
    • Jan Vorlicek's avatar
      Update Alpine ARM docker image · c0b4428a
      Jan Vorlicek 创作于
      The Alpine ARM docker image is used for cross compilation. There was a
      breaking change in Alpine 3.13 - it uses a new MUSL that has 64 bit
      time_t even on 32 bit platforms. Since the official support for Alpine
      ARM was not announced yet, it was decided that we will support it only
      on Alpine >= 3.13 instead of having to build and distribute two
      different
      versions of runtime.
      
      This change updates the docker image used to build Alpine ARM runtime to
      a new version that uses Alpine 3.13 rootfs. It is also using Ubuntu
      16.04 instead of 18.04 as a host to unify it with the one we use to
      build for Alpine ARM64.
      c0b4428a
  32. 4月 10, 2021
    • John Luo's avatar
      Set locale for ubuntu 18.04 (#31649) · 13a34c6c
      John Luo 创作于
      未验证
      13a34c6c
    • Doug Bunting's avatar
      [release/2.1] Update branding to 2.1.28 (#31547) · 2c423225
      Doug Bunting 创作于
      * Update branding to 2.1.28
      
      * Bump `$(MicrosoftNETCoreAppPackageVersion)`
        - version flows into `$(MicrosoftNETCoreApp21PackageVersion)` automatically
        - cherry-picked from #30729 internal branch
      
      * Get tests and archives working after rebranding
        - skip `SharedFxTests.BaselineTest(...)` between rebranding and baseline updates
          - previous runtime is not available in this window
        - reduce retries in `RetryHelper`
          - download will usually fail repeatedly if it fails even once
          - previous maximum duration (105 min.) was greater than the job timeout
        - avoid NETSDK1023 warnings
          - eng/targets/CSharp.Common.props adds packages removed from project
        - create archives based on one that actually exists between rebranding and baseline updates
        - mostly cherry-picked from #30729 internal branch
      
        nit: remove unused `GetTotalRetriesUsed()` method
      
      * Use Ubuntu 18.04 build agents
        - set locale consistently on all platforms
          - default locale on newer agents is unloved `C.UTF-8`
      
      * Stop using Ubuntu 14.04
        - run `locale-gen` to avoid "setlocale: LC_ALL: cannot change locale" and similar
          - needs `locales` package
        - move to still-supported Ubuntu 18.04 image
          - image needs slightly-newer `libicu60`, `clang` and `lldb` packages
          - rename Dockerfile to match
        - cherry-picked from #30729 internal branch for Ubuntu image update
      
        nit: set locale-related environment variables to match Python default
      
      * Avoid KoreBuild issues when using dockerbuild.sh
        - avoid MSB4011 warnings (about repeated Directory.Build.targets imports)
          - place `$DOTNET_HOME` beside repo root, not under it
        - cherry-picked from #30729 internal branch for image update
      
        nits:
        - use current Docker image for 2.1 alpine
        - set `$LANGUAGE` with other locale-related environment variables
      
      * Remove obsolete Groovy code
      
      * Pick up latest EF sources
        - minor change shouldn't affect submodule build but best to keep up
      
      * Improve the CDN tests
        - apply efe9b95b to similar template test
        - add debug output to CDN tests
        - back-port test reliability fix
          - based on  @javiercn's 3368ea6f / #13646 fix
          - avoid `TimeSpan` arithmetic and did not match refactoring done in 'release/3.1'
            - do not have recently-added `TimeSpan` operators in 2.1
        - skip `CdnScriptTaghelperTests` on .NET Framework
          - failures appear specific to that platform
          - leave src/Templating/test/Templates.Test/CdnScriptTagTests.cs unchanged
            - test project does not target .NET Framework
      未验证
      2c423225
加载中