File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 50
50
Command =" MSTest.exe /testcontainer:$(_testAssembly) /testsettings:$(_testSettings) /category:$(_testFilter) /resultsfile:$(_testResult)"
51
51
ContinueOnError =" false" />
52
52
</Target >
53
-
54
- <Target Name =" InvokeXUnit " >
53
+
54
+ <Target Name =" DeclareXunitTests " >
55
55
<ItemGroup >
56
56
<AsmXUnitTests Include =" .\src\ServiceManagement\Common\Commands.Common.Test\bin\Debug\Microsoft.WindowsAzure.Commands.Common.Test.dll" />
57
57
<AsmXUnitTests Include =" .\src\ServiceManagement\Services\Commands.Test\bin\Debug\Microsoft.WindowsAzure.Commands.Test.dll" />
88
88
<ItemGroup Condition =" '$(scope)' !='' and '$(scope)' != 'ServiceManagement' " >
89
89
<XUnitTests Include =" $(MSBuildProjectDirectory)\src\ResourceManager\$(scope)\*\bin\Debug\*.Test.dll" />
90
90
</ItemGroup >
91
-
91
+ </Target >
92
+
93
+ <Target Name =" InvokeXUnit" DependsOnTargets =" DeclareXunitTests" >
92
94
<Message Importance =" high" Text =" Running XUnit tests" />
93
95
<MakeDir Directories =" $(TestOutputDirectory)" ContinueOnError =" false" />
94
96
<Exec
97
99
<OnError ExecuteTargets =" TimeoutErrorHandler" />
98
100
</Target >
99
101
100
- <Target Name =" InvokeXUnitAll" >
102
+ <Target Name =" InvokeXUnitAll" DependsOnTargets = " DeclareXunitTests " >
101
103
<Message Importance =" high" Text =" Running XUnit tests" />
102
104
<MakeDir Directories =" $(TestOutputDirectory)" ContinueOnError =" false" />
103
105
<Exec
You can’t perform that action at this time.
0 commit comments