Delete host test targeting old xunit packages (#79177)
authorElinor Fung <elfung@microsoft.com>
Mon, 5 Dec 2022 17:58:40 +0000 (09:58 -0800)
committerGitHub <noreply@github.com>
Mon, 5 Dec 2022 17:58:40 +0000 (09:58 -0800)
commite09d0563b545312c4c8b67bff2089d224d2c2d06
tree50c2967b9cd157137359869d2e9a6568a1ee1187
parent7f45c7624ee2d1806f4b0e6fbbbf0721095cf7c7
Delete host test targeting old xunit packages (#79177)

These tests restore/build projects that use old, unsupported packages for running xunit tests. These are no longer useful, especially since the normal test scenario is already covered with using the live host to run libraries tests.

The old test packages also depend on other old/unsupported packages, some of which get flagged by component governance.
src/installer/tests/Assets/TestProjects/PortableTestApp/PortableTestApp.csproj [deleted file]
src/installer/tests/Assets/TestProjects/PortableTestApp/Program.cs [deleted file]
src/installer/tests/Assets/TestProjects/StandaloneTestApp/Program.cs [deleted file]
src/installer/tests/Assets/TestProjects/StandaloneTestApp/StandaloneTestApp.csproj [deleted file]
src/installer/tests/HostActivation.Tests/DotnetTestXunit.cs [deleted file]