File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 4141 -->
4242 <MSBuildCacheIdenticalDuplicateOutputPatterns >$(MSBuildCacheIdenticalDuplicateOutputPatterns);bin\**</MSBuildCacheIdenticalDuplicateOutputPatterns >
4343
44+ <!--
45+ vcpkg is invoked for each and every vcxproj and each invocation uses the same base dir for logging, so allow these duplicate "outputs".
46+ -->
47+ <MSBuildCacheIdenticalDuplicateOutputPatterns >$(MSBuildCacheIdenticalDuplicateOutputPatterns);obj\*\vcpkg\**</MSBuildCacheIdenticalDuplicateOutputPatterns >
48+
4449 <!-- version of MSBuildCache is not part of the cache key -->
4550 <PackagesConfigFile >$(MSBuildThisFileDirectory)\dep\nuget\packages.config</PackagesConfigFile >
4651 <MSBuildCacheIgnoredInputPatterns >$(MSBuildCacheIgnoredInputPatterns);$(PackagesConfigFile)</MSBuildCacheIgnoredInputPatterns >
You can’t perform that action at this time.
0 commit comments