File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
eng/pipelines/common/templates/runtimes Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 8888 - name : testTreeFilterArg
8989 value : ' tree GC/Scenarios/GCSimulator'
9090
91+ - name : buildAsStandaloneArg
92+ value : ' '
93+
94+ - ${{ if in(parameters.testGroup, 'gcstress0x3-gcstress0xc', 'gcstress-extra')}} :
95+ - name : buildAsStandaloneArg
96+ value : ' /p:BuildAsStandalone=true'
97+
9198 steps :
9299
93100 # Install test build dependencies
@@ -106,7 +113,7 @@ jobs:
106113 displayName: Disk Usage before Build
107114
108115 # Build managed test components
109- - script : $(Build.SourcesDirectory)/src/tests/build$(scriptExt) $(logRootNameArg)Managed allTargets skipnative skipgeneratelayout skiptestwrappers $(buildConfig) $(archType) $(runtimeFlavorArgs) $(crossArg) $(priorityArg) $(testTreeFilterArg) ci /p:TargetOS=AnyOS
116+ - script : $(Build.SourcesDirectory)/src/tests/build$(scriptExt) $(logRootNameArg)Managed allTargets skipnative skipgeneratelayout skiptestwrappers $(buildConfig) $(archType) $(runtimeFlavorArgs) $(crossArg) $(priorityArg) $(testTreeFilterArg) ci /p:TargetOS=AnyOS $(buildAsStandaloneArg)
110117 displayName : Build managed test components
111118
112119 - ${{ if in(parameters.osGroup, 'osx', 'ios', 'tvos') }} :
You can’t perform that action at this time.
0 commit comments