-
Notifications
You must be signed in to change notification settings - Fork 1.2k
MSBuild server V2 #26104
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
MSBuild server V2 #26104
Changes from all commits
51e166a
2510cd7
eeb6b87
7de18ba
5928eb3
83aae99
0403c9e
12acfad
200d825
d1b4626
a26a746
d336e0d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -621,7 +621,7 @@ public RuntimeFramework(string name, string frameworkName, ITaskItem item) | |
|
|
||
| public string CacheKey() | ||
| { | ||
| return $"{nameof(RuntimeFramework)}: {Name} ({FrameworkName})"; | ||
| return $"{nameof(RuntimeFramework)}: {Name} ({FrameworkName} {Item?.GetMetadata(MetadataKeys.Version)})"; | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This change should fix the problem with failing unit tests. The problem is in the caching strategy in task |
||
| } | ||
| } | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.