File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 8
8
ReleaseVersion : $[ dependencies.GetReleaseVersion.outputs['Version.ReleaseVersion'] ]
9
9
IsReleaseBranch : $[ dependencies.GetReleaseVersion.outputs['Version.IsReleaseBranch'] ]
10
10
IsSignedZipBranch : $[ dependencies.GetReleaseVersion.outputs['Version.IsSignedZipBranch'] ]
11
+ RunCoreMainTests : true
11
12
pool :
12
13
vmImage : macos-10.14
13
14
25
26
26
27
- template : templates/build.yml
27
28
29
+ # core main tests
30
+ - template : templates/test.yml
31
+
28
32
- script : |
29
33
cp $(Build.SourcesDirectory)/out/*.zip $(Build.ArtifactStagingDirectory)
30
34
displayName: Stage Artifacts
51
55
strategy :
52
56
maxParallel : 3
53
57
matrix :
54
- core :
55
- RunCoreTests : true
58
+ renderer :
59
+ RunCoreRendererTests : true
56
60
RunPackageTests : false
57
61
packages-1 :
58
62
RunCoreTests : false
You can’t perform that action at this time.
0 commit comments