Remove deprecated test assets (#4546)

* Remove deprecated test assets

* Add missing nuget configs and fix poorly named test folder

* Test Cleanup
This commit is contained in:
Piotr Puszkiewicz 2016-10-31 16:16:07 -07:00 committed by GitHub
parent 5a621b53e2
commit d804502a8a
204 changed files with 20 additions and 3493 deletions

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="test-packages" value="../../../artifacts/testpackages" />
</packageSources>
</configuration>