File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 401
401
<Exec Command =" dotnet sln Azure.PowerShell.sln add $(LibraryRoot)tools/ScenarioTest.ResourceManager/ScenarioTest.ResourceManager.csproj $(LibraryRoot)tools/TestFx/TestFx.csproj" />
402
402
<!-- https://github.com/Microsoft/msbuild/issues/3157#issuecomment-378002971 -->
403
403
<!-- https://github.com/xunit/xunit/issues/1154#issuecomment-405366373 -->
404
- <Exec Command =" dotnet test Azure.PowerShell.sln --filter " AcceptanceType=CheckIn%26RunType!=DesktopOnly" --configuration $(Configuration) --framework $(Framework) --logger trx" />
405
-
406
- <ItemGroup >
407
- <TestResults Include =" $(LibraryRoot)src/**/TestResults/*.trx" />
408
- </ItemGroup >
409
- <Copy SourceFiles =" @(TestResults)" DestinationFolder =" $(TestOutputDirectory)" />
404
+ <Exec Command =" dotnet test Azure.PowerShell.sln --filter " AcceptanceType=CheckIn%26RunType!=DesktopOnly" --configuration $(Configuration) --framework netcoreapp2.0 --logger trx --results-directory " $(TestOutputDirectory)" " />
410
405
411
406
<OnError ExecuteTargets =" TestFailureErrorMessage" />
412
407
</Target >
You can’t perform that action at this time.
0 commit comments