Commit 5896420
authored
Make UndockedRegFreeWinRT use same vcpkg_installed directory (microsoft#5454)
When setting the path for the vcpkg installed directory in the shared
props file, we were using `$(ProjectDir)\..\`. This works fine for most
projects because they are one level under the `src` directory, but
`UndockedRegFreeWinRT` is deeper in the tree so it would end up having
its own separata vcpkg_installed directory.
###### Microsoft Reviewers: [Open in
CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/microsoft/winget-cli/pull/5454)1 parent d16646c commit 5896420
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments