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

Port a set of test fixes for the templating tests and some feed tests to 9.0.1xx (#45549) #46431

Merged
merged 2 commits into from
Feb 5, 2025

Conversation

marcpopMSFT
Copy link
Member

The template tests are failing in 9.0.1xx so backporting the changes I made to 2xx to simplify them:
#46405

@marcpopMSFT marcpopMSFT requested a review from a team as a code owner January 30, 2025 23:31
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Infrastructure untriaged Request triage from a team member labels Jan 30, 2025
@MiYanni
Copy link
Member

MiYanni commented Feb 4, 2025

I haven't looked at the changes, but the macOS build is failing with "path already exists" errors.

@@ -5,7 +5,6 @@ namespace Microsoft.NET.TestFramework
{
public static class NuGetConfigWriter
{
public static readonly string DotnetCoreBlobFeed = "https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json";
public static readonly string AspNetCoreDevFeed = "https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we even be using myget feeds at this point, even if it's for testing? Unrelated to your change, but it caught my eye

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure, I can make a separate pass over trying to get rid of it.

@marcpopMSFT
Copy link
Member Author

#46006

@marcpopMSFT marcpopMSFT merged commit 0c25ed3 into release/9.0.1xx Feb 5, 2025
28 of 31 checks passed
@marcpopMSFT marcpopMSFT deleted the marcpopMSFT-fixtemplatetests branch February 5, 2025 00:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Infrastructure untriaged Request triage from a team member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants