Skip to content

Commit 6c41e9c

Browse files
authored
Add Debug info for test phase (#14245)
Co-authored-by: wyunchi-ms <[email protected]>
1 parent 8ffff38 commit 6c41e9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.proj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,8 +317,8 @@
317317

318318
<!-- https://github.com/Microsoft/msbuild/issues/3157#issuecomment-378002971 -->
319319
<!-- https://github.com/xunit/xunit/issues/1154#issuecomment-405366373 -->
320-
<Exec Command="dotnet test $(RepoArtifacts)Azure.PowerShell.sln --filter &quot;AcceptanceType=CheckIn%26RunType!=DesktopOnly&quot; --configuration $(Configuration) --framework $(TestFramework) --logger trx --results-directory &quot;$(TestOutputDirectory)&quot; --verbosity d" />
321-
320+
<Exec Command="dotnet test $(RepoArtifacts)Azure.PowerShell.sln --filter &quot;AcceptanceType=CheckIn%26RunType!=DesktopOnly&quot; --configuration $(Configuration) --framework $(TestFramework) --logger trx --results-directory &quot;$(TestOutputDirectory)&quot;" Condition="'$(IsTestListEmpty)' == 'false'" />
321+
<Message Importance="high" Text="Finish running tests..." />
322322
<OnError ExecuteTargets="TestFailureErrorMessage" />
323323
</Target>
324324

0 commit comments

Comments
 (0)