File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 26
26
<AzureRTAllTestFilter >"Functional|AzureRTScenario"</AzureRTAllTestFilter >
27
27
<AzureRTAllTestFilter2 >"Functional|AzureRTScenario|Preview"</AzureRTAllTestFilter2 >
28
28
<AzureRTAllTestFilter3 >"Functional|AzureRTScenario|Sequential"</AzureRTAllTestFilter3 >
29
+ <AzureRTUploadSeqFilter >"AzureRTUpload|Sequential"</AzureRTUploadSeqFilter >
29
30
</PropertyGroup >
30
31
31
32
<Target Name =" InvokeMSTest" >
224
225
225
226
<Delete Files =" $(TestOutputDirectory)\RTSequentialDebug.trx" />
226
227
<Exec
227
- Command =" MSTest.exe /testcontainer:$(AzureRTTestContainer) /testsettings:$(TestSettings) /category:" AzureRTUpload|Sequential " /resultsfile:$(TestOutputDirectory)\RTSequentialDebug.trx"
228
+ Command =" MSTest.exe /testcontainer:$(AzureRTTestContainer) /testsettings:$(TestSettings) /category:$(AzureRTUploadSeqFilter) /resultsfile:$(TestOutputDirectory)\RTSequentialDebug.trx"
228
229
ContinueOnError =" false" />
229
230
</Target >
230
231
You can’t perform that action at this time.
0 commit comments