Skip to content

Commit

Permalink
Silent removel of vcpkg/intalled
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero committed Nov 15, 2024
1 parent cf160af commit d98da15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins-scripts/lib/windows_library.bat
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ if [%VCPKG_INSTALLED_FILES_DIR%]==[] (
echo VCPKG_INSTALLED_FILES_DIR variable seems empty, this is a bug
goto :error
)
del /s /f /q %VCPKG_INSTALLED_FILES_DIR%
rmdir /s /q %VCPKG_INSTALLED_FILES_DIR%
goto :EOF

:: ##################################
Expand Down

0 comments on commit d98da15

Please sign in to comment.