Skip to content
代码片段 群组 项目
  1. 9月 07, 2022
  2. 9月 01, 2022
  3. 8月 31, 2022
    • Doug Bunting's avatar
      [release/7.0] Set `MSBUILDLOGALLENVIRONMENTVARIABLES` in most CI jobs (#43644) · 6b02007f
      Doug Bunting 创作于
      - should affect most of our pipelines though not a few post-build jobs
      - as we saw in #43028, binary logs no longer include all environment variables by default
        - this change captures the environment variables not visibly referenced in our projects etc.
        - fix avoids a need to add the override later to debug an issue, at the cost of larger .binlog files
      6b02007f
    • Doug Bunting's avatar
      Use normal `$(_BuildArgs)` in internal jobs w/ binlogs (#43597) · 59c87f6e
      Doug Bunting 创作于
      - give `$(*LogArgs)` variables slightly different conditions from `$(_BuildArgs)`, `$(_PublishArgs)`, …
        - that is, previous variable groupings were slightly off
      - enabling binary logs previously broke manifest creation etc.
      59c87f6e
  4. 8月 27, 2022
  5. 8月 25, 2022
  6. 8月 19, 2022
    • Doug Bunting's avatar
      Backport parts of 48a81a70 (#43357) · f2629ce4
      Doug Bunting 创作于
      - was "Exclusively use Azure (public) feeds (#43303)"
      - Correct ref to selenium-config.json
        - fix what broke `yarn install` in these directories
      - Use `yarn` in aspnetcore-components-e2e pipeline
        - also correct a missing `--frozen-lockfile`
      
      Co-authored-by: MerlinBot
      f2629ce4
  7. 7月 21, 2022
  8. 7月 07, 2022
  9. 7月 02, 2022
  10. 7月 01, 2022
  11. 6月 30, 2022
  12. 6月 29, 2022
    • Doug Bunting's avatar
      Specify the current agent demands and VS version (#42460) · 4adb4258
      Doug Bunting 创作于
      * Specify the current agent demands and VS version
      - we require VS2022 to build native code these days
      - Core-Eng really likes `1es-windows-2019[-open]` :grinning:
      
      * !fixup! Remove extra `$(WindowsTargetPlatformVersion)` settings
      - set in Cpp.Common.props
      - was incorrect in common.props and led to requiring two Windows SDK versions
      4adb4258
  13. 6月 24, 2022
  14. 6月 21, 2022
  15. 6月 14, 2022
  16. 6月 13, 2022
  17. 6月 11, 2022
  18. 5月 20, 2022
  19. 5月 18, 2022
  20. 5月 10, 2022
  21. 5月 08, 2022
  22. 4月 30, 2022
  23. 4月 29, 2022
  24. 3月 30, 2022
  25. 3月 29, 2022
  26. 3月 19, 2022
    • Doug Bunting's avatar
      Get richnav.yml building again (#40729) · 1e2d80b2
      Doug Bunting 创作于
      - correct build.cmd location
      - generally, align richnav.yml with ci.yml
        - ignore signing, internal download args, and publish args
        - perform native build w/o rich nav and don't do installers build; both fail
      - disable pipeline in PR validation
        - also remove irrelevant trigger branches
      
      nits:
      - correct name of one build step in ci.yml
      - 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
      1e2d80b2
  27. 3月 17, 2022
  28. 3月 16, 2022
  29. 3月 15, 2022
  30. 3月 12, 2022
    • Hao Kung's avatar
      Add the PublishArgs back (#40670) · 2b4a186c
      Hao Kung 创作于
      2b4a186c
    • William Godbe's avatar
      Build .rpm packages for linux arm64 (#40485) · 2e132384
      William Godbe 创作于
      
      * Build .rpm packages for linux arm64
      
      * Fixup
      
      * Remove dupe asset manifest params
      
      * Don't build native
      
      * Fix RPM build condition
      
      * Get binlog
      
      * Fix arch
      
      * Fixup
      
      * No binlog
      
      * Avoid duplicate targeting-pack RPM Build
      - if an RPM containing platform-neutral executables is platform-neutral, this should be enough
      
      * Correct RPM arch name, include in targeting pack
      
      * Revert "Avoid duplicate targeting-pack RPM Build"
      
      This reverts commit 77f81b8d696d663249a54c56be4a1d70fe68668f
      
      * Rename x64 RPM to "x64"
      
      Co-authored-by: default avatarDoug Bunting <6431421+dougbu@users.noreply.github.com>
      2e132384
  31. 3月 11, 2022
  32. 3月 06, 2022
  33. 2月 12, 2022
加载中