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

[Tests] CreateTestAppWithSdkImage should be using the imageDescriptor.SdkVersion #450

Closed MichaelSimons closed 7 years ago

MichaelSimons commented 7 years ago

This is a regression - https://github.com/dotnet/dotnet-docker-nightly/commit/ef3875737c10c78fee915149e9cf38efea124848#diff-6d015b054fda67c172395b42424cf656R113

The result is the tests are using the incorrect sdk tag in some scenarios.

ravimeda commented 7 years ago

Thanks for catching this!