File tree Expand file tree Collapse file tree 5 files changed +4
-1131
lines changed Expand file tree Collapse file tree 5 files changed +4
-1131
lines changed Original file line number Diff line number Diff line change 22 "version" : 1 ,
33 "isRoot" : true ,
44 "tools" : {
5- "fake-cli" : {
6- "version" : " 5.23.0" ,
7- "commands" : [
8- " fake"
9- ]
10- },
11- "paket" : {
12- "version" : " 7.2.0-alpha001" ,
13- "commands" : [
14- " paket"
15- ]
16- },
17- "octonav" : {
18- "version" : " 0.0.1" ,
19- "commands" : [
20- " octonav"
21- ]
22- },
235 "dotnet-reportgenerator-globaltool" : {
246 "version" : " 5.0.2" ,
257 "commands" : [
3315 ]
3416 }
3517 }
36- }
18+ }
Original file line number Diff line number Diff line change @@ -101,16 +101,6 @@ let init args =
101101 ( fun p -> { p with Configuration = DotNet.BuildConfiguration.fromString configuration })
102102 " FsAutoComplete.sln" )
103103
104- Target.create " ReplaceFsLibLogNamespaces"
105- <| fun _ ->
106- let replacements =
107- [ " FsLibLog\\ n" , " FsAutoComplete.Logging\n "
108- " FsLibLog\\ ." , " FsAutoComplete.Logging" ]
109-
110- replacements
111- |> List.iter ( fun ( ``match`` , replace ) ->
112- (!! " paket-files/TheAngryByrd/FsLibLog/**/FsLibLog*.fs" )
113- |> Shell.regexReplaceInFilesWithEncoding `` match `` replace System.Text.Encoding.UTF8)
114104
115105 Target.create " Format" ( fun _ ->
116106 let result =
@@ -210,13 +200,12 @@ let init args =
210200 " PromoteUnreleasedToVersion" ==> " CreateVersionTag" ==> " Promote"
211201 |> ignore< string>
212202
213- " Restore" ==> " ReplaceFsLibLogNamespaces " ==> " Build" |> ignore< string>
203+ " Restore" ==> " Build" |> ignore< string>
214204
215205 " CheckFormat" ==> " Build" ==> " LspTest" ==> " Coverage" ==> " Test" ==> " All"
216206 |> ignore< string>
217207
218- " ReplaceFsLibLogNamespaces"
219- ==> " LocalRelease"
208+ " LocalRelease"
220209 ==> " ReleaseArchive"
221210 ==> " Release"
222211 |> ignore< string>
Original file line number Diff line number Diff line change 1515 <PackageReference Include =" Fake.DotNet" Version =" 2.0.0" />
1616 <PackageReference Include =" Fake.DotNet.Cli" Version =" 5.23.1" />
1717 <PackageReference Include =" Fake.Tools.Git" Version =" 5.23.1" />
18+ <PackageReference Include =" MSBuild.StructuredLogger" Version =" 2.1.768" />
1819 </ItemGroup >
1920</Project >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments