Skip to content
代码片段 群组 项目
  1. 10月 05, 2022
  2. 9月 15, 2022
  3. 9月 07, 2022
  4. 8月 03, 2022
  5. 7月 06, 2022
  6. 4月 06, 2022
  7. 2月 12, 2022
  8. 2月 02, 2022
  9. 1月 15, 2022
  10. 1月 14, 2022
  11. 10月 02, 2021
  12. 10月 01, 2021
  13. 9月 17, 2021
  14. 9月 12, 2021
  15. 9月 11, 2021
  16. 9月 09, 2021
    • Javier Calvarro Nelson's avatar
      [Blazor] Update npm dependencies (#36088) (#36273) · 2e055d0d
      Javier Calvarro Nelson 创作于
      * Updates npm dependencies to their latest versions.
      * Standardizes build process for our JS dependencies on webpack 5 with babel, etc.
      * Updates dependencies for the auth packages to their latest versions.
      * Fixes test assets so that they can be run locally.
      2e055d0d
  17. 9月 04, 2021
  18. 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
  19. 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
  20. 4月 09, 2021
  21. 4月 08, 2021
  22. 2月 26, 2021
    • Jessica Petty's avatar
      Add Rich Nav specific pipeline, temporarily add to ci for testing (#26822) · a7437be2
      Jessica Petty 创作于
      * Add Rich Nav specific pipeline, temporarily add to ci for testing
      * Add Rich Code Navigation feed to Nuget.config
      * Temporarily disable package reference restrictions
      * Try running Rich Nav task directly
      * Fix typo
      * Temporarily update rich nav task to verify successful run
      * Remove Rich Nav code from regular CI
      * Remove unnecessary args from Rich Nav build, add language variable
      * Apply fixes to Rich Nav pipeline
      * Remove specific binary log build args, stop disabling package reference restrictions
      * HACK HACK HACK replace existing CI with rich nav CI to test
      * Begin publishing artifacts to start debugging empty files
      * Explicitly set environment variable for rich navigation
      * Publish binlogs
      * Try manually updating arcade sdk to get new rcn package
      * Upload logs even if we've failed (hopefully they exist!)
      * Add RCN task to run on succeeded or failed to see what happens!
      * Remove parameters that aren't defined
      * Final rich nav test/assertion
      * Replace normal CI and finalize Rich Nav CI script
      a7437be2
  23. 2月 17, 2021
    • Safia Abdalla's avatar
      Favor project-specific build scripts over top-level script (#29918) · 0801cea4
      Safia Abdalla 创作于
      
      * Remove top-level build scripts in favor of project specific scripts
      * Add more build scripts and move top-level to eng
      * Fix path in Powershell script
      * Update BuildDirectory for CI jobs
      * Fix paths in restore scripts and jobs
      * Address feedback from peer review
      * Fix references to Html.Abstractions
      * Update baseline files with new project
      * Fix a few more broken links
      * !fixup! Correct Build.props and regen project references
      * Update docs and fix public api modification check
      
      Co-authored-by: default avatarDoug Bunting <6431421+dougbu@users.noreply.github.com>
      0801cea4
  24. 2月 12, 2021
  25. 2月 11, 2021
    • Doug Bunting's avatar
      [release/2.1] Clean up YAML slightly (#29737) · 0f092544
      Doug Bunting 创作于
      - get `buildArgs` parameter to default-build.yml template working
          - nothing uses this at the moment (now that pr-validation-temp.yml is no more)
          - but, it's documented and can be useful
      - remove unused `buildScript` parameter
      - remove unused project-ci.yml template
      0f092544
  26. 1月 13, 2021
  27. 11月 07, 2020
  28. 10月 28, 2020
    • Steve MacLean's avatar
      Add initial support for Apple Silicon (#27264) · bb5efb76
      Steve MacLean 创作于
      * Add initial support for Apple Silicon
      
      - Add osx-arm64 runtime dependency
      - Add osx-arm64 to supported rid identifiers
      - Update vmImage to macOS-10.15
      - Use XCode 12.2 for all macOS builds
      - Add build and sign macos arm64 to CI scripts
      
      This should build aspnetcore for osx-arm64, however
      the native dependencies libuv and libe_sqlite3 will
      need to be updated to have full functionality.  These
      are provided by separate repos.
      
      Enabling at this point unblocks effort to create the initial
      osx-arm64 SDK.
      
      * PR Feedback
      bb5efb76
  29. 8月 11, 2020
  30. 8月 08, 2020
  31. 7月 08, 2020
  32. 7月 03, 2020
  33. 7月 02, 2020
  34. 6月 09, 2020
加载中