File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 132
132
133
133
<UsingTask TaskName =" Xunit.Runner.MSBuild.xunit" AssemblyFile =" packages\xunit.MSBuild.2.0.0.0\tools\xunit.runner.msbuild.dll" />
134
134
135
- <Target Name =" UnitTest " DependsOnTargets =" CheckSkipStrongNames;Build" >
135
+ <Target Name =" TestBuild " DependsOnTargets =" CheckSkipStrongNames;Build" >
136
136
<ItemGroup >
137
137
<UnitTestProjects Include =" test\WebJobs.Script.Tests\WebJobs.Script.Tests.csproj" />
138
138
</ItemGroup >
139
139
140
140
<MSBuild Projects =" @(UnitTestProjects)"
141
+
141
142
Properties =" $(SetConfiguration); $(SetPlatform)"
142
143
BuildInParallel =" $(BuildInParallel)" >
143
144
<Output TaskParameter =" TargetOutputs" ItemName =" UnitTestAssemblies" />
144
145
</MSBuild >
145
-
146
+ </Target >
147
+
148
+ <Target Name =" UnitTest" DependsOnTargets =" TestBuild" >
146
149
<xunit Assemblies =" @(UnitTestAssemblies)" ExcludeTraits =" $(ExcludedTestTraits)" />
147
150
</Target >
148
151
You can’t perform that action at this time.
0 commit comments