microsoft / MSBuildCache

A plugin for MSBuild that adds support for storing and retrieving cache entries.
MIT License
44 stars 13 forks source link

Add support for dotnet and xplat #68

Open dfederm opened 8 months ago

dfederm commented 8 months ago

Today this feature only works in Windows with a Visual Studio install and with the x64 flavor of MSBuild. Notably, dotnet is not supported.

Really this feature would need to go into MSBuild, and perhaps even all the way into BuildXL, but tracking it here since it'll likely be driven from here.

klemmchr commented 2 months ago

It's quite sad to see that this only supports msbuild. I was hoping to use this with dotnet. Is there any progress on this?

dfederm commented 2 months ago

No, no progress on this.