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 401401 <Exec Command =" dotnet sln Azure.PowerShell.sln add $(LibraryRoot)tools/ScenarioTest.ResourceManager/ScenarioTest.ResourceManager.csproj $(LibraryRoot)tools/TestFx/TestFx.csproj" />
402402 <!-- https://github.com/Microsoft/msbuild/issues/3157#issuecomment-378002971 -->
403403 <!-- 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)" " />
410405
411406 <OnError ExecuteTargets =" TestFailureErrorMessage" />
412407 </Target >
You can’t perform that action at this time.
0 commit comments