From 6ed0f2eb9a88133ffc48c871ecb752b4e09d9e67 Mon Sep 17 00:00:00 2001 From: Plakhota <90543395+Plakhota@users.noreply.github.com> Date: Mon, 12 Jun 2023 16:19:34 +0300 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines use System.PullRequest.PullRequestId. no ADO buildTask --- azure-pipelines.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0961a93..0b18c6e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -19,10 +19,10 @@ steps: versionSpec: '10.x' displayName: 'Install Node.js' -- task: ApplitoolsBuildTask@0 - displayName: 'Applitools Build Task' - inputs: - eyesBaseUrl: "https://eyes.applitools.com" +# - task: ApplitoolsBuildTask@0 +# displayName: 'Applitools Build Task' +# inputs: +# eyesBaseUrl: "https://eyes.applitools.com" - script: | @@ -32,4 +32,4 @@ steps: displayName: 'npm install and build ' env: APPLITOOLS_API_KEY: $(APPLITOOLS_API_KEY) - APPLITOOLS_BATCH_ID: $(Build.SourceVersion) + APPLITOOLS_BATCH_ID: $(System.PullRequest.PullRequestId.)