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

[release/8.0.4xx] rename Microsoft.Dotnet.Sdk.Internal -> Microsoft.NET.Sdk #9222

Draft
wants to merge 4 commits into
base: release/8.0.4xx
Choose a base branch
from

Conversation

jonathanpeppers
Copy link
Member

In order to consume the latest builds from dotnet/sdk/release/8.0.4xx, we need to start using a new Maestro dependency name & new Git repo.

After the rename, I ran:

> darc update-dependencies --id 235137
Looking up build with BAR id 235137
Updating 'Microsoft.NET.Sdk': '8.0.205-servicing.24212.27' => '8.0.402-servicing.24415.36' (from build '20240815.36' of 'https://github.com/dotnet/sdk')
Checking for coherency updates...
Using 'Strict' coherency mode. If this fails, a second attempt utilizing 'Legacy' Coherency mode will be made.
Local dependencies updated based on build with BAR id 235137 (20240815.36 from https://github.com/dotnet/sdk@release/8.0.4xx)

With this change in place, the Maestro bot should be able to update this from now on.

…ET.Sdk

In order to consume the latest builds from dotnet/sdk/release/8.0.4xx,
we need to start using a new Maestro dependency name & new Git repo.

After the rename, I ran:

    > darc update-dependencies --id 235137
    Looking up build with BAR id 235137
    Updating 'Microsoft.NET.Sdk': '8.0.205-servicing.24212.27' => '8.0.402-servicing.24415.36' (from build '20240815.36' of 'https://github.com/dotnet/sdk')
    Checking for coherency updates...
    Using 'Strict' coherency mode. If this fails, a second attempt utilizing 'Legacy' Coherency mode will be made.
    Local dependencies updated based on build with BAR id 235137 (20240815.36 from https://github.com/dotnet/sdk@release/8.0.4xx)

With this change in place, the Maestro bot should be able to update
this from now on.
@jonathanpeppers
Copy link
Member Author

jonathanpeppers commented Aug 19, 2024

Trying to figure out how to get dotnet-install to work with these new build numbers:

> dotnet-install.ps1 -Version 8.0.402-servicing.24415.36 -InstallDir D:\dotnet-test\
dotnet-install: Downloading from "primary" link has failed with error:
Uri: https://dotnetcli.azureedge.net/dotnet/Sdk/8.0.402-servicing.24415.36/dotnet-sdk-8.0.402-servicing.24415.36-win-x64.zip
StatusCode: 404

I got the same issue trying a build from release/8.0.3xx as well...

> darc get-build --repo dotnet/sdk --commit 99f2c9a2c651b8134152d1432cfe4a048c6af548
Repository:    https://github.com/dotnet/sdk
Branch:        release/8.0.4xx
Commit:        99f2c9a2c651b8134152d1432cfe4a048c6af548
Build Number:  20240905.6
Date Produced: 9/5/2024 1:31 PM
Build Link:    https://dev.azure.com/dnceng/internal/_build/results?buildId=2531815
AzDO Build Id: 2531815
BAR Build Id:  237662
Released:      False
Channels:
- .NET 8.0.4xx SDK
> darc update-dependencies --id 237662
Looking up build with BAR id 237662
Updating 'Microsoft.NET.Sdk': '8.0.402-servicing.24415.36' => '8.0.403-servicing.24455.6' (from build '20240905.6' of 'https://github.com/dotnet/sdk')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant