dotnet / dotnet-docker-nightly

This repository has moved to the nightly branch of dotnet/dotnet-docker.
https://github.com/dotnet/dotnet-docker/tree/nightly
MIT License
35 stars 30 forks source link

Refactor Powershell based tests as xunit tests #415

Closed MichaelSimons closed 7 years ago

MichaelSimons commented 7 years ago

The Powershell tests are just getting too complicated to maintain. Trying xunit tests instead using C#. This is needed as part of https://github.com/dotnet/dotnet-docker/issues/286 which requires more complicated logic to determine which sdk, runtime-deps, runtime image pairings to test together as each image will not exist for every version.

ravimeda commented 7 years ago

New changes look good. #Closed