From 5363d89870b1e5ff8bc3c1ea6c1ee32306c0281b Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sat, 8 Jun 2024 19:37:31 -0400 Subject: [PATCH] Tests: Disable msbuild executable running (#5163) --- ci/ci-win-test.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/ci-win-test.ps1 b/ci/ci-win-test.ps1 index 7f4ad9e44..7baf9c5f3 100644 --- a/ci/ci-win-test.ps1 +++ b/ci/ci-win-test.ps1 @@ -19,7 +19,8 @@ cd build cmake .. cmake --build . --config Release -j 3 -Release/example.exe +# TODO put this back in, see issue# 5163 +# Release/example.exe cd .. Remove-Item -path build -recurse