Skip to content

Commit 97e912a

Browse files
committed
add vcpkg.json to the RAT exclude list, and move it into a subdirectory
1 parent 5ec3dc2 commit 97e912a

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

dev-support/docker/Dockerfile_windows_10

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

5858
RUN powershell .\vcpkg\vcpkg.exe install --x-install-root .\vcpkg\installed
5959

File renamed without changes.

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)