Fix package-command tests failing on Windows.

We have a hard-coded "Debug" string in our restore-tests.ps1.
This commit is contained in:
Eric Erhardt 2016-02-09 14:40:46 -06:00
parent faa88ae155
commit 6dc9a49f0e

View file

@ -8,4 +8,4 @@
info "Restoring Test Projects"
# Restore packages
& dotnet restore "$RepoRoot\test" -f "$TestPackageDir\Debug"
& dotnet restore "$RepoRoot\test" -f "$TestPackageDir"