This is an automated email from the ASF dual-hosted git repository. nightowl888 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/lucenenet.git
commit 87b29a1a2a824b481195ab3105c9d38d94e049ba Author: Shad Storhaug <[email protected]> AuthorDate: Fri Feb 26 04:48:39 2021 +0700 run-tests-on-os.yml: Fixed typo on $isNightly variable reference --- build/azure-templates/run-tests-on-os.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/azure-templates/run-tests-on-os.yml b/build/azure-templates/run-tests-on-os.yml index 6767f84..1b60ca8 100644 --- a/build/azure-templates/run-tests-on-os.yml +++ b/build/azure-templates/run-tests-on-os.yml @@ -138,7 +138,7 @@ steps: Copy-Item -Path "$sourceDirectory/*" -Destination "$tempTestDirectory" -Recurse -Force - if ($isNighly -ne 'true' -and $isWeekly -ne 'true') { + if ($isNightly -ne 'true' -and $isWeekly -ne 'true') { $blameHangTimeout = "--blame-hang-timeout 10minutes" } else { $blameHangTimeout = "--blame-hang-timeout 50minutes"
