* Try to fix Windows Azure
* Try static MSVC runtime
* Fixed type
* cnpy
* Rename
* Set CMAKE_MSVC_RUNTIME_LIBRARY
* Fixed issues with oneDNN
* Removed IB
* Minimize a number of threads
* Increase image size to avoid test failures on some platforms
There is an assert 'length >= nlanes' and 'nlanes' value depends on machine architecture
Set 320x320 test image to guarantee that image size >= nlanes
Also increased image size for 'plugin shared tests' to ensure the same (even though tests do not work with legacy preprocessing)
* Descreased to 160x160
* Specify toolchain for samples
* Build samples and its tests even for static build
* Used 3.21 to enable CMAKE_TOOLCHAIN_FILE env var usage
* Fixed cmake download path
* Set CMAKE_TOOLCHAIN_FILE conditionally
* Fix
Co-authored-by: Michael Nosov <mikhail.nosov@intel.com>