There was an error while loading. Please reload this page.
1 parent 4b7e63e commit cd763e3Copy full SHA for cd763e3
build.ps1
@@ -42,7 +42,7 @@ echo "running tests"
42
43
try {
44
45
- Push-Location -Path .\tests\FunctionalTests
+ Push-Location -Path .\test\FunctionalTests
46
47
exec { & dotnet xunit -configuration Release --fx-version 2.0.0 }
48
} finally {
0 commit comments