Skip to content

Commit e026bec

Browse files
committed
IsBuild variable
This shows if we are running the build job or the test job
1 parent 9301eee commit e026bec

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

script/vsts/platforms/linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ jobs:
44
timeoutInMinutes: 180
55
variables:
66
ReleaseVersion: $[ dependencies.GetReleaseVersion.outputs['Version.ReleaseVersion'] ]
7+
IsBuild: true
78
pool:
89
vmImage: ubuntu-16.04
910

script/vsts/platforms/macos.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
IsReleaseBranch: $[ dependencies.GetReleaseVersion.outputs['Version.IsReleaseBranch'] ]
1010
IsSignedZipBranch: $[ dependencies.GetReleaseVersion.outputs['Version.IsSignedZipBranch'] ]
1111
RunCoreMainTests: true
12+
IsBuild: true
1213
pool:
1314
vmImage: macos-10.15
1415

script/vsts/platforms/windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
ReleaseVersion: $[ dependencies.GetReleaseVersion.outputs['Version.ReleaseVersion'] ]
2222
IsReleaseBranch: $[ dependencies.GetReleaseVersion.outputs['Version.IsReleaseBranch'] ]
2323
IsSignedZipBranch: $[ dependencies.GetReleaseVersion.outputs['Version.IsSignedZipBranch'] ]
24+
IsBuild: true
2425

2526
steps:
2627
- template: templates/preparation.yml

0 commit comments

Comments
 (0)