We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32ba251 commit 39f7a5dCopy full SHA for 39f7a5d
build/build.fsx
@@ -181,7 +181,7 @@ Target "TestNet45" (fun _ ->
181
182
Target "TestNetStandard16" (fun _ ->
183
for project in dotNetTestProjects do
184
- let args = sprintf "test %s" project
+ let args = sprintf "test %s --no-build" project
185
let result = Dotnet DotnetOptions.Default args
186
if not result.OK then failwithf "dotnet test failed with code %i" result.ExitCode
187
)
0 commit comments