We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Not sure yet how we fix this in a backwards compatible fashion.
index b44e826..a95e5ce 100755 --- a/src/jit-diff/jit-diff.cs +++ b/src/jit-diff/jit-diff.cs @@ -94,7 +94,7 @@ private static string GetBuildOS(string platformMoniker) switch (platformMoniker) { case "Windows": - return "Windows_NT"; + return "Windows"; case "Linux": return "Linux"; case "OSX":
cc @dotnet/jit-contrib
The text was updated successfully, but these errors were encountered:
Seems like it wouldn't be hard when computing defaults to try both old and new names. You can always specify full paths, of course.
Sorry, something went wrong.
No branches or pull requests
Not sure yet how we fix this in a backwards compatible fashion.
cc @dotnet/jit-contrib
The text was updated successfully, but these errors were encountered: