mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-22 02:32:36 +01:00
Set azure variables
This commit is contained in:
parent
f9f2657c98
commit
7e281a3354
@ -9,6 +9,12 @@ pr:
|
|||||||
branches:
|
branches:
|
||||||
include:
|
include:
|
||||||
- master
|
- 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:
|
jobs:
|
||||||
- job: Linux_Build
|
- job: Linux_Build
|
||||||
strategy:
|
strategy:
|
||||||
|
Loading…
Reference in New Issue
Block a user