From 7e281a3354aaface59af02fe95836f63727e96dd Mon Sep 17 00:00:00 2001 From: Zion Nimchuk Date: Fri, 1 Sep 2023 11:53:14 -0700 Subject: [PATCH] Set azure variables --- azure-pipelines.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f19a4e927f..81551d5f18 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -9,6 +9,12 @@ pr: branches: include: - master +variables: + BUILD_REPOSITORY_NAME: $(Build.Repository.Name) + SYSTEM_PULLREQUEST_SOURCEBRANCH: $(System.PullRequest.SourceBranch) + SYSTEM_PULLREQUEST_PULLREQUESTID: $(System.PullRequest.PullRequestId) + BUILD_SOURCEVERSION: $(Build.SourceVersion) + BUILD_SOURCEBRANCHNAME: $(Build.SourceBranchName) jobs: - job: Linux_Build strategy: