Tests: Disable msbuild executable running (#5163)

This commit is contained in:
Wilson Snyder 2024-06-08 19:37:31 -04:00
parent 44acb08ea9
commit 5363d89870

View File

@ -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