From 15ba8adeea6de3a7a4f77d3005841fc85de13f7e Mon Sep 17 00:00:00 2001 From: Tristan Watanabe Date: Wed, 7 Dec 2022 11:15:38 -0800 Subject: [PATCH] Pull out PR pipeline changes --- azure-pipelines.vrt-baseline.yml | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/azure-pipelines.vrt-baseline.yml b/azure-pipelines.vrt-baseline.yml index f8b8c1b309663c..cb36e8d971a09b 100644 --- a/azure-pipelines.vrt-baseline.yml +++ b/azure-pipelines.vrt-baseline.yml @@ -70,31 +70,3 @@ jobs: BLOB_CONNECTION_STRING: $(BLOB-CONNECTION-STRING) VR_APPROVAL_CLIENT_SECRET: $(VR-APPROVAL-CLIENT-SECRET) VR_APPROVAL_HOST: $(VR_APPROVAL_HOST) - - - job: VRToolUpdateBaseline_V0 - workspace: - clean: all - steps: - - template: .devops/templates/tools.yml - - - template: .devops/templates/runpublishvrscreenshot.yml - parameters: - fluentVersion: v0 - vrTestPackageName: '@fluentui/docs' - vrTestPackagePath: 'packages/fluentui/docs' - shouldBuildNorthstar: true - - - bash: node node_modules/vrscreenshotdiff/lib/index.js release --clientType "FluentUI-v0" --buildId $(Build.BuildId) - displayName: 'Run Screenshotdiff update baseline' - env: - API_URL: $(System.CollectionUri) - API_TOKEN: $(fabric-public-pipeline-access-PAT) - API_REPOSITORY: $(Build.Repository.Name) - API_PROJECT: $(System.TeamProject) - SCREENSHOT_ARTIFACT_FOLDER: vrscreenshotv0 - GITHUB_API_TOKEN: $(githubRepoStatusPAT) - STORAGE_ACCOUNT_FLUENTUI: $(STORAGE-ACCOUNT-FLUENTUI) - STORAGE_KEY_FLUENTUI: $(STORAGE-KEY-BLOB-FLUENTUI) - BLOB_CONNECTION_STRING: $(BLOB-CONNECTION-STRING) - VR_APPROVAL_CLIENT_SECRET: $(VR-APPROVAL-CLIENT-SECRET) - VR_APPROVAL_HOST: $(VR_APPROVAL_HOST)