Skip to content
代码片段 群组 项目
  1. 6月 11, 2022
  2. 6月 08, 2022
  3. 4月 06, 2022
    • William Godbe's avatar
      [release/6.0] Add RID to targeting pack archive names (#40731) · 14468ef1
      William Godbe 创作于
      * [release/6.0] Add RID to targeting pack archive names
      * Fixup
      14468ef1
    • github-actions[bot]'s avatar
      [release/6.0] Get richnav.yml building again (#40783) · d60e995e
      github-actions[bot] 创作于
      
      * Get richnav.yml building again - correct build.cmd location - generally align richnav.yml with ci.yml - ignore signing, internal download args, and publish args
      
      nit: correct name of one build step in ci.yml
      
      * Disable pipeline in PR validation - also remove irrelevant trigger branches
      
      * !fixup! Try doing native build w/o rich nav
      
      nit: put `-no`s together
      
      * !fixup! Disable rich nav explicitly - also remove installers build entirely; build will fail
      
      nits:
      - don't bother setting `$(EnableRichCodeNavigation)` or `$(OnlyPackPlatformSpecificPackages)` to `true`
        - job.yml sets `$(EnableRichCodeNavigation)` variable and `msbuild` will find that in environment
        - `$(OnlyPackPlatformSpecificPackages)` is not relevant in this pipeline; not packing
      
      Co-authored-by: default avatarDoug Bunting <6431421+dougbu@users.noreply.github.com>
      d60e995e
  4. 3月 15, 2022
  5. 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
  6. 2月 12, 2022
  7. 2月 02, 2022
  8. 1月 15, 2022
  9. 1月 14, 2022
  10. 12月 08, 2021
  11. 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
  12. 10月 02, 2021
  13. 10月 01, 2021
  14. 9月 28, 2021
  15. 9月 23, 2021
  16. 9月 17, 2021
  17. 9月 12, 2021
  18. 9月 11, 2021
  19. 9月 10, 2021
  20. 9月 09, 2021
  21. 9月 04, 2021
  22. 8月 20, 2021
  23. 8月 12, 2021
  24. 8月 05, 2021
  25. 8月 04, 2021
  26. 7月 13, 2021
  27. 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
  28. 6月 16, 2021
  29. 6月 04, 2021
  30. 5月 26, 2021
  31. 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
  32. 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
  33. 4月 30, 2021
加载中