2016-01-23 20:55:03 +00:00
|
|
|
#
|
|
|
|
# Copyright (c) .NET Foundation and contributors. All rights reserved.
|
|
|
|
# Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
|
|
|
#
|
|
|
|
|
|
|
|
. $PSScriptRoot\..\common\_common.ps1
|
|
|
|
|
|
|
|
info "Restoring Test Projects"
|
|
|
|
|
|
|
|
# Restore packages
|
2016-02-01 20:52:42 +00:00
|
|
|
& dotnet restore "$RepoRoot\test" -f "$TestPackageDir\Debug"
|