mirror of
https://github.com/Smaug123/unofficial-nunit-runner
synced 2025-12-15 01:35:39 +00:00
Compare commits
1 Commits
WoofWare.N
...
WoofWare.N
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8dc23d5b38 |
@@ -133,7 +133,7 @@ module Program =
|
|||||||
| None ->
|
| None ->
|
||||||
// Keep on trucking: let's be optimistic and hope that we're self-contained.
|
// Keep on trucking: let's be optimistic and hope that we're self-contained.
|
||||||
[ dll.Directory ]
|
[ dll.Directory ]
|
||||||
| Some (Choice1Of2 runtime) -> [ dll.Directory ; DirectoryInfo runtime.Path ]
|
| Some (Choice1Of2 runtime) -> [ dll.Directory ; DirectoryInfo $"%s{runtime.Path}/%s{runtime.Version}" ]
|
||||||
| Some (Choice2Of2 sdk) -> [ dll.Directory ; DirectoryInfo sdk.Path ]
|
| Some (Choice2Of2 sdk) -> [ dll.Directory ; DirectoryInfo sdk.Path ]
|
||||||
|
|
||||||
let main argv =
|
let main argv =
|
||||||
|
|||||||
Reference in New Issue
Block a user