File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- // --------------------------------------------------------------------------------------
1+ // --------------------------------------------------------------------------------------
22// FAKE build script
33// --------------------------------------------------------------------------------------
44
@@ -78,10 +78,10 @@ Target "AssemblyInfo" (fun _ ->
7878 Attribute.FileVersion release.AssemblyVersion ]
7979
8080 let getProjectDetails projectPath =
81- let projectName = System.IO.Path.GetFileNameWithoutExtension( projectPath)
81+ let projectName = System.IO.Path.GetFileNameWithoutExtension( projectPath: string )
8282 ( projectPath,
8383 projectName,
84- System.IO.Path.GetDirectoryName( projectPath),
84+ System.IO.Path.GetDirectoryName( projectPath: string ),
8585 ( getAssemblyInfoAttributes projectName)
8686 )
8787
You can’t perform that action at this time.
0 commit comments