File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ RUN powershell git clone https://github.com/microsoft/vcpkg.git \
5353 && git checkout 2025.03.19 \
5454 && .\bootstrap-vcpkg.bat
5555
56- ADD vcpkg.json .
56+ ADD vcpkg/vcpkg .json .
5757
5858RUN powershell .\vcpkg\vcpkg.exe install --x-install-root .\vcpkg\installed
5959
File renamed without changes.
Original file line number Diff line number Diff line change @@ -585,6 +585,8 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/x
585585 <exclude >licenses-binary/**</exclude >
586586 <exclude >dev-support/docker/pkg-resolver/packages.json</exclude >
587587 <exclude >dev-support/docker/pkg-resolver/platforms.json</exclude >
588+ <exclude >dev-support/docker/vcpkg.json</exclude >
589+ <exclude >dev-support/docker/</exclude >
588590 <exclude >**/target/**</exclude >
589591 </excludes >
590592 </configuration >
You can’t perform that action at this time.
0 commit comments