switch from DNX to cross-plat NuGet!
This commit is contained in:
parent
4e0d28db74
commit
3d493f7d9d
43 changed files with 241 additions and 181 deletions
|
@ -32,7 +32,7 @@ foreach {
|
|||
|
||||
#restore test projects
|
||||
pushd "$RepoRoot\test\PackagedCommands\Consumers"
|
||||
dotnet restore -s "$TestPackagesPath" --no-cache --ignore-failed-sources --parallel
|
||||
dotnet restore -s "$TestPackagesPath"
|
||||
if (!$?) {
|
||||
error "Command failed: dotnet restore"
|
||||
Exit 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue