diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 989520511d0283..de5c1e2805fdd6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -65,6 +65,28 @@ jobs: - template: .devops/templates/cleanup.yml + - job: SSRTestsV9 + workspace: + clean: all + steps: + - template: .devops/templates/tools.yml + + - task: Bash@3 + inputs: + filePath: yarn-ci.sh + displayName: yarn (install packages) + + - script: | + yarn check:installed-dependencies-versions + displayName: 'check packages: installed dependencies versions' + + - script: | + yarn workspace @fluentui/ssr-tests-v9 build + yarn workspace @fluentui/ssr-tests-v9 test + displayName: SSR V9 build and test + + - template: .devops/templates/cleanup.yml + - job: DeployE2E displayName: Deploy and E2E workspace: