Commit 43f4fa64 authored by Nick Craver's avatar Nick Craver

Remove dotnet restore from build that's catching BasicTest*

parent 95c6ea13
...@@ -39,7 +39,6 @@ if ($RunTests) { ...@@ -39,7 +39,6 @@ if ($RunTests) {
& .\RedisConfigs\start-all.cmd & .\RedisConfigs\start-all.cmd
Write-Host "Servers Started." -ForegroundColor "Green" Write-Host "Servers Started." -ForegroundColor "Green"
} }
dotnet restore
foreach ($project in $testsToRun) { foreach ($project in $testsToRun) {
Write-Host "Running tests: $project (all frameworks)" -ForegroundColor "Magenta" Write-Host "Running tests: $project (all frameworks)" -ForegroundColor "Magenta"
#Push-Location ".\tests\$project" #Push-Location ".\tests\$project"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment