update paths to generated nuget packages

This commit is contained in:
Bryan Thornbury 2016-02-01 12:52:42 -08:00
parent 7172cea49c
commit f4bf77044b
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -18,4 +18,4 @@ source "$DIR/../common/_common.sh"
header "Restoring Test Packages"
dotnet restore "$REPOROOT/test" --runtime $RID -f "$TEST_PACKAGE_DIR/debug" $DISABLE_PARALLEL
dotnet restore "$REPOROOT/test" --runtime $RID -f "$TEST_PACKAGE_DIR/Debug" $DISABLE_PARALLEL