DEBUGGING - add test step to windows build

This commit is contained in:
edgchen1 2025-01-24 17:28:48 -08:00
parent 4c5d5e56b6
commit fe27f4bc99

View file

@ -88,6 +88,12 @@ jobs:
Platform: 'x64'
BuildConfig: $(BuildConfig)
- script: |
set ORT_UNIT_TEST_MAIN_LOG_LEVEL=0
.\onnxruntime_test_all --gtest_filter="QnnCPUBackendTests.AveragePool_AsGlobal"
displayName: Run QnnCPUBackendTests.AveragePool_AsGlobal unit test
workingDirectory: $(Build.BinariesDirectory)\$(BuildConfig)\$(BuildConfig)
- script: |
python $(Build.SourcesDirectory)\tools\ci_build\build.py ^
--config $(BuildConfig) ^