Skip to content

Commit 3fb9b82

Browse files
committed
Revert "CSHARP-1707: Added "--nobuild" to "dotnet test" in build script (because we've already done the build when we run the tests)."
This reverts commit 39f7a5d.
1 parent 39f7a5d commit 3fb9b82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ Target "TestNet45" (fun _ ->
181181

182182
Target "TestNetStandard16" (fun _ ->
183183
for project in dotNetTestProjects do
184-
let args = sprintf "test %s --no-build" project
184+
let args = sprintf "test %s" project
185185
let result = Dotnet DotnetOptions.Default args
186186
if not result.OK then failwithf "dotnet test failed with code %i" result.ExitCode
187187
)

0 commit comments

Comments
 (0)