Skip to content

Commit 498b8e1

Browse files
committed
Merge pull request #69 from ljhljh235/ignite
Exlude LiveOnly tests from post build runs in Ignite branch
2 parents 4dda8a1 + c1ebeaf commit 498b8e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AzurePowershell.Test.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<Message Importance="high" Text="Running XUnit tests" />
7474
<MakeDir Directories="$(TestOutputDirectory)" ContinueOnError="false" />
7575
<Exec
76-
Command="$(MSBuildProjectDirectory)\packages\xunit.runner.console.2.0.0\tools\xunit.console.x86.exe &quot;%(XUnitTests.Identity)&quot; -html &quot;$(TestOutputDirectory)\%(XUnitTests.Filename).html&quot;"
76+
Command="$(MSBuildProjectDirectory)\packages\xunit.runner.console.2.0.0\tools\xunit.console.x86.exe &quot;%(XUnitTests.Identity)&quot; -notrait &quot;RunType=LiveOnly&quot; -html &quot;$(TestOutputDirectory)\%(XUnitTests.Filename).html&quot;"
7777
Timeout="$(TestTimeout)" ContinueOnError="false"/>
7878
<OnError ExecuteTargets="TimeoutErrorHandler"/>
7979
</Target>

0 commit comments

Comments
 (0)