File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 144
144
Value =" @(TestCsprojList->Split(`;`)->Count())" >
145
145
<Output
146
146
TaskParameter =" Value"
147
- PropertyName =" IsTestListEmpty " />
147
+ PropertyName =" TestCsprojListCount " />
148
148
</CreateProperty >
149
149
</Target >
150
150
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)" " Condition =" '$(IsTestListEmpty)' == 'false' " />
320
+ <Exec Command =" dotnet test $(RepoArtifacts)Azure.PowerShell.sln --filter " AcceptanceType=CheckIn%26RunType!=DesktopOnly" --configuration $(Configuration) --framework $(TestFramework) --logger trx --results-directory " $(TestOutputDirectory)" " Condition =" $(TestCsprojListCount) == 0 " />
321
321
<Message Importance =" high" Text =" Finish running tests..." />
322
322
<OnError ExecuteTargets =" TestFailureErrorMessage" />
323
323
</Target >
You can’t perform that action at this time.
0 commit comments