diff --git a/.azure/pipelines/ci-public.yml b/.azure/pipelines/ci-public.yml index b09c6cac5387..a261f21aa78d 100644 --- a/.azure/pipelines/ci-public.yml +++ b/.azure/pipelines/ci-public.yml @@ -646,6 +646,7 @@ stages: jobName: Local_Windows jobDisplayName: 'Test: Windows local development validation' agentOs: Windows + isAzDOTestingJob: true timeoutInMinutes: 240 steps: - script: git submodule update --init diff --git a/.azure/pipelines/ci.yml b/.azure/pipelines/ci.yml index 5888239ace76..a6d27309e446 100644 --- a/.azure/pipelines/ci.yml +++ b/.azure/pipelines/ci.yml @@ -712,6 +712,7 @@ extends: jobName: Local_Windows jobDisplayName: 'Test: Windows local development validation' agentOs: Windows + isAzDOTestingJob: true timeoutInMinutes: 240 steps: - script: git submodule update --init