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

Enable PVP flow for SDK repo #16633

Merged
merged 3 commits into from
Jun 12, 2023

Conversation

NikolaMilosavljevic
Copy link
Member

Contributes to dotnet/source-build#3043

Enables PVP flow for sdk repo. Includes a patch for sdk changes, to enable early end-to-end validations.

@NikolaMilosavljevic NikolaMilosavljevic requested a review from a team as a code owner June 8, 2023 22:32
@NikolaMilosavljevic
Copy link
Member Author

Investigating failures...

@NikolaMilosavljevic
Copy link
Member Author

Investigating failures...

Not sure if this is related to command-line-api breaking changes - I didn't think this is in installer yet. Will refresh the PR with latest in main, to double-check.

@MichaelSimons
Copy link
Member

Latest command-line-api changes haven't flown in yet.

@NikolaMilosavljevic
Copy link
Member Author

Hmm, this is odd, local build with an older base sha works fine, but this one is trying to use a reference assembly:

  File name: 'Microsoft.Extensions.Logging.Abstractions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60' ---> System.BadImageFormatException: Cannot load a reference assembly for execution.
     at Microsoft.DotNet.Cli.NewCommandParser.GetCommand()

@NikolaMilosavljevic
Copy link
Member Author

Found the root cause - testing the fix locally.

@NikolaMilosavljevic
Copy link
Member Author

Found the root cause - testing the fix locally.

2 more dependencies uncovered as reference assemblies in produced SDK - working on fix. Will update this PR over the weekend and prepare a fix for SDK repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants