File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 202202 <!-- For non-benchmark collections, we create one Helix work item for each sub-directory
203203 in the `InputArtifacts` directory.
204204 -->
205- <ItemGroup Condition =" '$(CollectionName)' != 'benchmarks' and '$(CollectionName)' != 'realworld'" >
205+ <ItemGroup Condition =" '$(CollectionName)' != 'benchmarks' and '$(CollectionName)' != 'realworld' and '$(CollectionName)' != 'aspnet2' " >
206206 <PartitionDirectories Include =" $([System.IO.Directory]::GetDirectories($(InputArtifacts)))" />
207207 <Partition Include =" @(PartitionDirectories -> '%(Filename)')" CollectAssemblies =" %(Filename)" PartitionId =" %(Filename)" />
208208 </ItemGroup >
298298 <DownloadFilesFromResults >%(OutputFileName).mch;%(OutputFileName).mch.mct;%(OutputFileName).log</DownloadFilesFromResults >
299299 </HelixWorkItem >
300300 </ItemGroup >
301+
302+ <!-- aspnet2 collection: single work item using the custom script and output arg name -->
303+ <ItemGroup Condition =" '$(CollectionName)' == 'aspnet2'" >
304+ <HelixWorkItem Include =" aspnet2" >
305+ <OutputFileName >$(CollectionName).$(CollectionType).$(MchFileTag)</OutputFileName >
306+ <PayloadDirectory >$(WorkItemDirectory)</PayloadDirectory >
307+ <Command >$(WorkItemCommand) --output_mch $(OutputMchPath)$(FileSeparatorChar)%(OutputFileName).mch</Command >
308+ <Timeout >$(WorkItemTimeout)</Timeout >
309+ <DownloadFilesFromResults >%(OutputFileName).mch;%(OutputFileName).mch.mct</DownloadFilesFromResults >
310+ </HelixWorkItem >
311+ </ItemGroup >
301312</Project >
You can’t perform that action at this time.
0 commit comments