Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge latest Library.Template #187

Merged
merged 17 commits into from
Jun 20, 2024
Merged

Merge latest Library.Template #187

merged 17 commits into from
Jun 20, 2024

Commits on Jun 3, 2024

  1. Bump dotnet-coverage from 17.11.0 to 17.11.3 (#272)

    Bumps [dotnet-coverage](https://github.com/microsoft/codecoverage) from 17.11.0 to 17.11.3.
    - [Commits](https://github.com/microsoft/codecoverage/commits)
    
    ---
    updated-dependencies:
    - dependency-name: dotnet-coverage
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    e90be2e View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    48013f0 View commit details
    Browse the repository at this point in the history
  2. Bump nbgv to 3.6.139

    AArnott committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    2415b1e View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Enable ShallowClone for VSInsertion

    Enabling shallow cloning will make cloning the VS repo faster when
    creating the PR.
    pieandcakes committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    61b98b5 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Merge pull request #273 from pieandcakes/patch-1

    Enable ShallowClone when performing insertion
    AArnott committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    1ca1013 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. Configuration menu
    Copy the full SHA
    51875f6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #274 from richardstanton/expandps5fix

    Ensure Expand-Template uses UTF-8 when replacing placeholders.
    AArnott committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    80b4f92 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Drop SourceLink package reference

    Per @KirillOsenkov in [this comment](dotnet/sdk#36666 (comment)), SourceLink is now built into the .NET SDK.
    AArnott committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    8028bf7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    863384f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e225a8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    58abf82 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    267e6f7 View commit details
    Browse the repository at this point in the history
  2. Consolidate official build and real sign switches

    Justification:
    - Official builds will soon be _required_ to sign everything.
    - Signing outside of an official build would allow bypassing all compliance checks, defeating the intent of all these checks.
    
    Therefore: signing must happen if and only if we are running an official build, and thus we should have only one switch that controls both.
    AArnott committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    d9450cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5fbced View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Switch from PAT-based to WIF-based auth

    When pulling from or pushing packages to the `azure-public` account, we need to authenticate when doing so from the `devdiv` account. We were previously doing this through PAT-based service connections. With this change, we switch to WIF (Workload Identity Federation) to authenticate.
    AArnott committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    16b4bc0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3efca79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    312311a View commit details
    Browse the repository at this point in the history