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 e180122 commit 180ba6cCopy full SHA for 180ba6c
tests/Paket.Tests/ProjectFile/OutputSpecs.fs
@@ -99,7 +99,6 @@ let ``should detect output path for netsdk with outputPath and appendTargetFrame
99
([<Values("Release")>] configuration) =
100
ensureDir ()
101
let projectFile = ProjectFile.TryLoad(sprintf "./ProjectFile/TestData/%s" project).Value
102
- let target = projectFile.GetTargetProfiles().Head.ToString()
103
let outPath = projectFile.GetOutputDirectory configuration "" None
104
let expected = (System.IO.Path.Combine(@"bin", configuration,"netstandard1.4_bin") |> normalizePath)
105
outPath.ToLowerInvariant() |> shouldEqual (expected.ToLowerInvariant())
0 commit comments