You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unit tests may write to TEMP, but should not be considered outputs. However, $(Temp) is using the DOS path (C:\Users\CLOUDT~1\AppData\Local\Temp), which
42
+
isn't accounted for in these globs. So we're building up to TEMP using $(LOCALAPPDATA) instead.
<VcpkgRootCondition="'$(VcpkgRoot)'=='' or !Exists('$(VcpkgRoot)\vcpkg.exe')">$(SolutionDir)\dep\vcpkg</VcpkgRoot>
294
294
295
+
<!--
296
+
Ensure the MSBuildCache ignores collecting outputs under vcpkg's build tree, which is a working directory used to build vcpkg packages and not intended to be consumed by anything else in the build.
297
+
Note: We cannot use $(VcpkgInstalledDir) directly since it differs between projects, so use a pattern which encompasses both.
0 commit comments