Skip to content

Commit

Permalink
undo changes because this not solve the issues microsoft/vstest#2189
Browse files Browse the repository at this point in the history
  • Loading branch information
unaizorrilla committed Oct 9, 2019
1 parent b333fe4 commit 0a1d4be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.ps1
Expand Up @@ -43,7 +43,7 @@ echo "Running unit tests"
try {

Push-Location -Path .\test\UnitTests
exec { & dotnet test --configuration x64}
exec { & dotnet test}
} finally {
Pop-Location
}
Expand All @@ -60,7 +60,7 @@ echo "Running functional tests"
try {

Push-Location -Path .\test\FunctionalTests
exec { & dotnet test --configuration x64}
exec { & dotnet test}
} finally {
Pop-Location
}
Expand Down

0 comments on commit 0a1d4be

Please sign in to comment.