Tests: Disable msbuild executable running (#5163)
This commit is contained in:
parent
44acb08ea9
commit
5363d89870
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue