Skip to content
代码片段 群组 项目
  1. 2月 25, 2023
  2. 2月 20, 2023
    • Doug Bunting's avatar
      [release/6.0] Don't build `node` on Windows ARM64 · d44d11e7
      Doug Bunting 创作于
      - at one point, `1es-windows-2019` images lacked Node JS
      - between `Image Version: 49.0.0` and `Image Version: 50.0.0`, Node JS was upgraded to 18.14.0
        - this version is not compatible w/ some of our WebPack build processes
      - stop the Node JS builds in this job; not necessary for the shared Fx
      d44d11e7
  3. 1月 05, 2023
    • Doug Bunting's avatar
      [release/6.0] Use new Arm64 Helix queues (#45538) · 83483d76
      Doug Bunting 创作于
      - unclean `cherry-pick` of e609b1ca plus touch our YAML, via #45121
      - also, get scheduled runs going for aspnetcore-helix-matrix
        - release/6.0 and release/7.0 builds have not run since move to dnceng-public/public
      
      nit: Change `$(IsXYZQueue)` properties to ignore case
      - removes one gotcha going forward
      83483d76
  4. 11月 16, 2022
    • Doug Bunting's avatar
      [release/6.0] Use simpler Docker tags (#45117) · 90777da1
      Doug Bunting 创作于
      
      - `cherry-pick` of 5f4bc82d, Update docker tag to latest schema
        - This change moves all of the docker images to the -latest tag as part of #10377.
      - `cherry-pick` of f79f2d1c, Replace -latest docker tags with new schema
        - We changed the latest tags to not include the -latest suffix, so this change updates those tags to the new schema.
      - via #45115, w/ a slight adjustment from rhel-7 to centos-7 in rhel.Dockerfile
      
      nit: Correct timeout of source-build job
      - not honoured as a top-level parameter to source-build.yml
      
      Co-authored-by: default avatarMichelle McDaniel <michelm@microsoft.com>
      90777da1
  5. 11月 02, 2022
    • Doug Bunting's avatar
      [release/6.0] Add CodeQL3000 run to aspnetcore-ci-official (#44719) · 1edbaa97
      Doug Bunting 创作于
      - backport of #44688, via #44717
      - add new schedule for a weekly run
      - add top-level parameter enabling CodeQL3000 in manual builds
      - add `enableSBOM` and `variables` parameters in default-build.yml
      - add a separate job w/ CodeQL3000 tasks included in build steps; run this job alone
        - use the new default-build.yml parameters
        - set `$(UseSharedCompilation)` to `false` to ease analysis
      - add tag indicating CodeQL3000 tasks did useful work
        - ignore no-op task executions
      - add a tsaoptions.json file
        - cribbed values from our eng/sdl-tsa-vars.config file
      
      nit: Unconditionally disable the auto-injected component governance build step
      - job.yml inserts the task where we need (unless overridden)
      1edbaa97
  6. 10月 05, 2022
  7. 9月 15, 2022
  8. 9月 07, 2022
  9. 8月 03, 2022
  10. 7月 06, 2022
  11. 6月 13, 2022
  12. 6月 11, 2022
  13. 6月 08, 2022
  14. 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
  15. 3月 15, 2022
  16. 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
  17. 2月 12, 2022
  18. 2月 02, 2022
  19. 1月 15, 2022
  20. 1月 14, 2022
  21. 12月 08, 2021
  22. 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
  23. 10月 02, 2021
  24. 10月 01, 2021
  25. 9月 28, 2021
  26. 9月 23, 2021
  27. 9月 17, 2021
  28. 9月 12, 2021
  29. 9月 11, 2021
  30. 9月 10, 2021
  31. 9月 09, 2021
  32. 9月 04, 2021
加载中