Skip to content

Commit

Permalink
fix(hr): Do not restore MSBuild properties in HR workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
dr1rrb committed Dec 12, 2024
1 parent f1ce078 commit aa1c3a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ private void InitializeInner(ConfigureServer configureServer) => _initializeTask
configureServer.ProjectPath,
_reporter,
configureServer.MetadataUpdateCapabilities,
configureServer.MSBuildProperties,
configureServer.MSBuildProperties.Where(kvp => !kvp.Key.StartsWith("MSBuild", StringComparison.OrdinalIgnoreCase)).ToDictionary(),
CancellationToken.None);

ObserveSolutionPaths(result.Item1);
Expand Down

0 comments on commit aa1c3a6

Please sign in to comment.