Skip to content

Commit 180ba6c

Browse files
committed
remove unused variable
1 parent e180122 commit 180ba6c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/Paket.Tests/ProjectFile/OutputSpecs.fs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ let ``should detect output path for netsdk with outputPath and appendTargetFrame
9999
([<Values("Release")>] configuration) =
100100
ensureDir ()
101101
let projectFile = ProjectFile.TryLoad(sprintf "./ProjectFile/TestData/%s" project).Value
102-
let target = projectFile.GetTargetProfiles().Head.ToString()
103102
let outPath = projectFile.GetOutputDirectory configuration "" None
104103
let expected = (System.IO.Path.Combine(@"bin", configuration,"netstandard1.4_bin") |> normalizePath)
105104
outPath.ToLowerInvariant() |> shouldEqual (expected.ToLowerInvariant())

0 commit comments

Comments
 (0)