Open
Description
Description
We should provide a docker-compose file that stands up, at a minimum,
- klondike
- sonatype nexus (3?)
with packages in some predetermined format, that the tests could execute against. This would help prevent regressions like have shown up recently.
Useful Links:
https://hub.docker.com/r/athieriot/docker-klondike/
https://hub.docker.com/r/sonatype/nexus/
https://hub.docker.com/r/sonatype/nexus3/
They could all point at the same test package store, and then it'd just be a matter of docker-compose up -d && ./build.sh UrlTests
or something like that.
We wouldn't have myget out of the box like this, or nuget proper, but what do you all think?