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 77c8a94 commit ef20bf0Copy full SHA for ef20bf0
src/app/Fake.DotNet.Testing.MSTest/MSTest.fs
@@ -12,7 +12,7 @@ module MSTest =
12
open Fake.Core
13
open Fake.IO
14
open Fake.Testing.Common
15
-
+
16
let private getAllVsPath () =
17
VsInstances.getWithPackage "Microsoft.VisualStudio.PackageGroup.TestTools.MSTestV2.Managed" false
18
|> List.map (fun vs -> Path.combine vs.InstallationPath "Common7\\Tools")
src/app/Fake.DotNet.Testing.VSTest/VSTest.fs
@@ -15,6 +15,7 @@ module VSTest =
let private guessVSTestPaths () =
let vsTestRelativePath = @"Common7\IDE\CommonExtensions\Microsoft\TestWindow"
19
VsInstances.getAll ()
20
|> List.map (fun vs -> Fake.IO.Path.combine vs.InstallationPath vsTestRelativePath)
21
0 commit comments