File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 317
317
318
318
<!-- https://github.com/Microsoft/msbuild/issues/3157#issuecomment-378002971 -->
319
319
<!-- https://github.com/xunit/xunit/issues/1154#issuecomment-405366373 -->
320
- <Exec Command =" dotnet test $(RepoArtifacts)Azure.PowerShell.sln --filter " AcceptanceType=CheckIn%26RunType!=DesktopOnly" --configuration $(Configuration) --framework $(TestFramework) --logger trx --results-directory " $(TestOutputDirectory)" --verbosity d " />
321
-
320
+ <Exec Command =" dotnet test $(RepoArtifacts)Azure.PowerShell.sln --filter " AcceptanceType=CheckIn%26RunType!=DesktopOnly" --configuration $(Configuration) --framework $(TestFramework) --logger trx --results-directory " $(TestOutputDirectory)" " Condition = " '$(IsTestListEmpty)' == 'false' " />
321
+ < Message Importance = " high " Text = " Finish running tests... " />
322
322
<OnError ExecuteTargets =" TestFailureErrorMessage" />
323
323
</Target >
324
324
You can’t perform that action at this time.
0 commit comments