Skip to content

Commit cd763e3

Browse files
Fix wrong test location on build.ps1
1 parent 4b7e63e commit cd763e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ echo "running tests"
4242

4343
try {
4444

45-
Push-Location -Path .\tests\FunctionalTests
45+
Push-Location -Path .\test\FunctionalTests
4646

4747
exec { & dotnet xunit -configuration Release --fx-version 2.0.0 }
4848
} finally {

0 commit comments

Comments
 (0)