Created
November 16, 2022 12:52
-
-
Save SteveGilham/50e3eb8a1cd783d1b3b20fb24ae15a3f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DotNet.test | |
(fun to' -> | |
(to' | |
.WithCommon(withWorkingDirectoryVM "_DotnetTest") | |
.WithAltCoverGetVersion() | |
.WithAltCoverImportModule()) | |
.WithAltCoverOptions | |
pp1 | |
cc0 | |
ForceTrue | |
|> testWithEnvironment | |
|> testWithCLIArguments) | |
"_DotnetTest.fsproj" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment