1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-10 01:50:53 +09:00
Satori/eng/testing
Viktor Hofer 33f2807fc6
Remove BuildAndTest and RebuildAndTest target in favor of Test (#33151)
* Implicitly build when invoking the test target

To get closer to the VSTest behavior this changes the Test target to
implicitly invoke the Build target unless /p:TestNoBuild is passed in.
(VSTest uses VSTestNoBuild which is controlled by the
dotnet test --no-build flag)

* Fix error logging for test outputs

* Update dotnet msbuild to build docs

* Update ReportGenerator global tool version

Updating ReportGenerator's version to 4.5.0 which removes unnecessary
logging (args passed in).
2020-03-04 19:40:19 +01:00
..
xunit Fix test property evaluation on netfx vertical (#1715) 2020-01-14 20:05:57 +01:00
coverage.props Libraries testing (#178) 2019-11-21 23:13:26 +01:00
coverage.targets Libraries testing (#178) 2019-11-21 23:13:26 +01:00
launchSettings.json Enable .NET Framework F5 & VS TestExplorer support for libraries (#31873) 2020-02-06 19:19:53 +01:00
launchSettings.targets Libraries testing (#178) 2019-11-21 23:13:26 +01:00
netfx.exe.config Libraries testing (#178) 2019-11-21 23:13:26 +01:00
outerBuild.targets adding outerBuild\InnerBuild structure for generate reference source (#31892) 2020-02-12 10:27:26 -08:00
RunnerTemplate.cmd Rename file extension of RunnerTemplate.Windows.txt to .cmd (#1470) 2020-01-09 18:17:46 +01:00
RunnerTemplate.sh Rename file extension of RunnerTemplate.Windows.txt to .cmd (#1470) 2020-01-09 18:17:46 +01:00
runtimeConfiguration.targets Upgrade global.json to 5.0-alpha1 SDK (#445) 2019-12-05 18:23:07 +01:00
tests.props Remove BuildAndTest and RebuildAndTest target in favor of Test (#33151) 2020-03-04 19:40:19 +01:00
tests.targets Remove BuildAndTest and RebuildAndTest target in favor of Test (#33151) 2020-03-04 19:40:19 +01:00