This commit is contained in:
Jerome Laban 2024-09-04 11:18:18 -04:00
Родитель 8a92e8fcee
Коммит 0fce1127e5
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -241,7 +241,7 @@ jobs:
"http://localhost:8000/"
displayName: Threading Tests
condition: and(eq( variables['THREAD_TESTING'], 'true' ))
condition: eq( variables['THREAD_TESTING'], 'true' )
env:
BUILD_SOURCESDIRECTORY: "$(build.sourcesdirectory)"
@ -258,7 +258,7 @@ jobs:
"$(build.sourcesdirectory)\src\Uno.Wasm.Threading.UITests" `
"http://localhost:8000/"
displayName: Threading AOT Tests
condition: and(eq( variables['THREAD_TESTING'], 'true' ))
condition: eq( variables['THREAD_TESTING'], 'true' )
env:
BUILD_SOURCESDIRECTORY: "$(build.sourcesdirectory)"