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

[automated] Merge branch 'vs17.2' => 'main' #8293

Merged
merged 16 commits into from
Feb 8, 2023

Commits on Mar 3, 2022

  1. [vs16.11] Update dependencies from dotnet/arcade (dotnet#7332)

    * Update dependencies from https://github.com/dotnet/arcade build 20220105.3
    
    Microsoft.DotNet.Arcade.Sdk
     From Version 5.0.0-beta.21505.11 -> To Version 5.0.0-beta.22055.3
    
    * Update dependencies from https://github.com/dotnet/arcade build 20220204.7
    
    Microsoft.DotNet.Arcade.Sdk
     From Version 5.0.0-beta.21505.11 -> To Version 5.0.0-beta.22104.7
    
    * Update dependencies from https://github.com/dotnet/arcade build 20220222.5
    
    Microsoft.DotNet.Arcade.Sdk
     From Version 5.0.0-beta.21505.11 -> To Version 5.0.0-beta.22122.5
    
    * Update dependencies from https://github.com/dotnet/arcade build 20220223.4
    
    Microsoft.DotNet.Arcade.Sdk
     From Version 5.0.0-beta.21505.11 -> To Version 5.0.0-beta.22123.4
    
    * update mac version
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    Co-authored-by: Forgind <Forgind@users.noreply.github.com>
    3 people committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    14052b1 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. Update dependencies from https://github.com/dotnet/arcade build 20220…

    …309.5
    
    Microsoft.DotNet.Arcade.Sdk
     From Version 5.0.0-beta.22123.4 -> To Version 5.0.0-beta.22159.5
    dotnet-maestro[bot] committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    cd34b35 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

  1. Update dependencies from https://github.com/dotnet/arcade build 20220…

    …526.2
    
    Microsoft.DotNet.Arcade.Sdk
     From Version 5.0.0-beta.22123.4 -> To Version 5.0.0-beta.22276.2
    dotnet-maestro[bot] committed May 27, 2022
    Configuration menu
    Copy the full SHA
    e7498c0 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Configuration menu
    Copy the full SHA
    9d4295a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d8881d View commit details
    Browse the repository at this point in the history
  3. Avoid AssemblyName.KeyPair on .NET (dotnet#7660)

    * Avoid AssemblyName.KeyPair on .NET
    
    It throws on .NET 6 and wasn't helpful before anyway:
    
    (from https://docs.microsoft.com/en-us/dotnet/api/system.reflection.assemblyname.keypair?view=net-5.0#remarks):
    
    > When the runtime loads an assembly, it does not set the KeyPair property. The getter for the property is only useful if the user set the property before using the AssemblyName object to create a dynamic assembly, and subsequently wants to retrieve the key pair.
    
    Also disable some parts of the official build that are currently broken, but don't affect building the bits that go into the .NET SDK.
    
    Co-authored-by: Forgind <Forgind@users.noreply.github.com>
    rainersigwald and Forgind committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    026c2fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    420c4f7 View commit details
    Browse the repository at this point in the history
  5. Merge pull request dotnet#7663 from rainersigwald/backport-keypair-el…

    …ision-16.11
    
    Fixes dotnet/sdk#25698 for 16.11, merging forward (+ infrastructure updates).
    rainersigwald committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    5d7fe36 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Configure OptProf v2 pipeline 16.11 (dotnet#8189)

    * Update the runsettings configuration creation for opt-prof v2 pipeline.
    
    * Add opt-prof v2 pipeline configuration yml.
    AR-May committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    9cb5d94 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Configuration menu
    Copy the full SHA
    25bfc08 View commit details
    Browse the repository at this point in the history
  2. Move BAR publish to windows-latest

    The win2016 images aren't live any more.
    rainersigwald committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    4a3a06f View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Merge pull request dotnet#8210 from rainersigwald/exp/16.11-build

    Build updates for 16.11
    rainersigwald committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    744e12e View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. Merge remote-tracking branch 'upstream/vs16.11' into exp/AR-May/opt-p…

    …rof-fix-vs16.11-to-vs17.0-2
    AR-May committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    5a3c3ba View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. Merge pull request dotnet#8260 from dotnet/exp/AR-May/opt-prof-fix-vs…

    …16.11-to-vs17.0-2
    
    Backport opt-prof v2 vs17.0 
    
    - [vs16.11] Update dependencies from dotnet/arcade (dotnet#7332)
    - Update dependencies from https://github.com/dotnet/arcade build 20220309.5
    - Update dependencies from https://github.com/dotnet/arcade build 20220526.2
    - Bump CLI version to match global.json
    - Bump NuGet version to match
    - Avoid AssemblyName.KeyPair on .NET (dotnet#7660)
    - Merge remote-tracking branch 'upstream/vs16.9' into backport-keypair-elision-16.11
    - Merge pull request dotnet#7663 from rainersigwald/backport-keypair-elision-16.11
    - Configure OptProf v2 pipeline 16.11 (dotnet#8189)
    - Updating 'Microsoft.DotNet.Arcade.Sdk': '5.0.0-beta.22276.2' => '5.0.0-beta.22526.12'
    - Move BAR publish to windows-latest
    - Merge pull request dotnet#8210 from rainersigwald/exp/16.11-build
    
    ### Testing
    CI, Opt-prof CI
    AR-May committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    d9f4185 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. Merge remote-tracking branch 'upstream/vs17.0' into exp/AR-May/opt-pr…

    …of-fix-vs17.0-to-vs17.2
    AR-May committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    4b9fc9e View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. Merge pull request dotnet#8264 from AR-May/exp/AR-May/opt-prof-fix-vs…

    …17.0-to-vs17.2
    
    Backport opt-prof v2 vs17.2
    
    Brings the following changes from the 17.0 branch into 17.2:
    - [vs16.11] Update dependencies from dotnet/arcade (dotnet#7332)
    - Update dependencies from https://github.com/dotnet/arcade build 20220309.5
    - Update dependencies from https://github.com/dotnet/arcade build 20220526.2
    - Bump CLI version to match global.json
    - Bump NuGet version to match
    - Avoid AssemblyName.KeyPair on .NET (dotnet#7660)
    - Merge remote-tracking branch 'upstream/vs16.9' into backport-keypair-elision-16.11
    - Merge pull request dotnet#7663 from rainersigwald/backport-keypair-elision-16.11
    - Configure OptProf v2 pipeline 16.11 (dotnet#8189)
    - Updating 'Microsoft.DotNet.Arcade.Sdk': '5.0.0-beta.22276.2' => '5.0.0-beta.22526.12'
    - Move BAR publish to windows-latest
    - Merge pull request dotnet#8210 from rainersigwald/exp/16.11-build
    - Merge remote-tracking branch 'upstream/vs16.11' into exp/AR-May/opt-prof-fix-vs16.11-to-vs17.0-2
    - Merge pull request dotnet#8260 from dotnet/exp/AR-May/opt-prof-fix-vs16.11-to-vs17.0-2
    
    ### Testing
    CI
    AR-May committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    94fcedf View commit details
    Browse the repository at this point in the history