Matt Mitchell

Results 292 comments of Matt Mitchell

Not really. aka.ms is used for getting the latest builds. It ends up being critical to storage account immutability

@kasperk81 I think the Arcade issue is a red herring. When the tests are being run, the .NET SDK imports the Directory.Build.targets from the root of the SDK repo, which...

@kasperk81 It's due to this change: https://github.com/dotnet/sdk/pull/43015/files#diff-37aabd56f54205e41e1a83387bfefad4ff62b60b0ec360e3beb1160d1c635722R20 That causes the targets in src/Tests/Microsoft.NET.TestFramework/SetupTestRoot.targets to not run. I think the conditionals in that file look pretty suspect. I'm guessing they were...

dotnet-format uses NetCurrent right now. I think it should be using SdkTargetFramework

@nguerrera What do you think your expected inputs would be here? For example, let's say you have a git repo like core-sdk, you check out a new branch for your...

I think we should disable the sync for this. I'm not sure why it fired, but there are no release/8.0.Nxx branches or internal branches higher than 1xx

@MichaelSimons When you talk about a PR model, do you mean something that would automatically move from debian-11 to debian-12? or from specific image builds of debian-11? I generally favor...

Yeah we can talk about this. To me, the questions that are important are who are the consumers who would favor a PR model vs. `-current` vs. fine as it...