Skip to content

Commit 036b141

Browse files
author
Dirk Lemstra
committed
Fixed typo in script.
1 parent 36144c6 commit 036b141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/Scripts/Shared/Build.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,6 @@ function TestCoreLibrary($directory)
8787
# restore does not copy this file
8888
Copy-Item "..\..\src\$directory.Native\runtimes\win7-x64\native\*.Native.dll" "bin\Debug\netcoreapp1.3"
8989

90-
dotnet test --configuration
90+
dotnet test
9191
CheckExitCode "Failed to test $directory"
9292
}

0 commit comments

Comments
 (0)