Skip to content

Commit 25f8647

Browse files
committed
test: try more fixes
1 parent 1aca8f3 commit 25f8647

File tree

4 files changed

+7
-31
lines changed

4 files changed

+7
-31
lines changed

build/Commands/Test.fs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ type TestCommand() =
2929
CmdLine.empty
3030
|> CmdLine.appendIf settings.IsWatch "watch"
3131
|> CmdLine.appendRaw "test"
32+
|> CmdLine.appendRaw "-v n"
3233
|> CmdLine.toString,
3334
workingDirectory = Workspace.tests.``.``
3435
)

tests/fixtures/Directory.Build.props

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
<Project>
2-
<!-- Disable central package version of tests projects -->
3-
<PropertyGroup>
4-
<ManagePackageVersionsCentrally>false</ManagePackageVersionsCentrally>
5-
</PropertyGroup>
62
<!-- Disable lock files for tests projects -->
73
<PropertyGroup>
84
<RestorePackagesWithLockFile>false</RestorePackagesWithLockFile>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<Project>
2+
<!-- Disable central package version of tests projects -->
3+
<PropertyGroup>
4+
<ManagePackageVersionsCentrally>false</ManagePackageVersionsCentrally>
5+
</PropertyGroup>
6+
</Project>

tests/fixtures/valid/library-with-files/packages.lock.json

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)