mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-19 19:15:26 +00:00
Set azure variables
This commit is contained in:
parent
f9f2657c98
commit
7e281a3354
1 changed files with 6 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue