File tree Expand file tree Collapse file tree 3 files changed +21
-15
lines changed
FSharp.Compiler.Service.ProjectCrackerTool
FSharp.Compiler.Service.ProjectCracker Expand file tree Collapse file tree 3 files changed +21
-15
lines changed Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ let assertExitCodeZero x = if x = 0 then () else failwithf "Command failed with
226
226
let runCmdIn workDir exe = Printf.ksprintf ( fun args -> Shell.Exec( exe, args, workDir) |> assertExitCodeZero)
227
227
let run exe = runCmdIn " ." exe
228
228
229
- Target " DotnetCoreCodeGen " ( fun _ ->
229
+ Target " CodeGen.NetCore " ( fun _ ->
230
230
let lexArgs = " --lexlib Internal.Utilities.Text.Lexing"
231
231
let yaccArgs = " --internal --parslib Internal.Utilities.Text.Parsing"
232
232
let module1 = " --module Microsoft.FSharp.Compiler.AbstractIL.Internal.AsciiParser"
@@ -284,20 +284,26 @@ Target "Nuget.AddNetCore" (fun _ ->
284
284
285
285
Target " Prepare" DoNothing
286
286
Target " PrepareRelease" DoNothing
287
- Target " All" DoNothing
288
287
Target " Release" DoNothing
289
288
Target " CreatePackage" DoNothing
289
+ Target " All" DoNothing
290
+ Target " All.NetCore" DoNothing
291
+
292
+ " Clean"
293
+ ==> " AssemblyInfo"
294
+ ==> " CodeGen.NetCore"
295
+ ==> " Build.NetCore"
296
+ ==> " RunTests.NetCore"
297
+ ==> " All.NetCore"
290
298
291
299
" Clean"
292
300
=?> ( " BuildVersion" , isAppVeyorBuild)
293
301
==> " AssemblyInfo"
294
302
==> " GenerateFSIStrings"
295
303
==> " Prepare"
296
304
==> " Build"
297
- =?> ( " DotnetCoreCodeGen" , isDotnetSDKInstalled)
298
- =?> ( " Build.NetCore" , isDotnetSDKInstalled)
299
305
==> " RunTests"
300
- =?> ( " RunTests .NetCore" , isDotnetSDKInstalled)
306
+ =?> ( " All .NetCore" , isDotnetSDKInstalled)
301
307
==> " All"
302
308
303
309
" All"
Original file line number Diff line number Diff line change 29
29
]
30
30
},
31
31
"dependencies" : {
32
- "Microsoft.Build" : " 0.1.0-preview-00028-160627" ,
33
- "Microsoft.Build.Framework" : " 0.1.0-preview-00028-160627" ,
34
- "Microsoft.Build.Tasks.Core" : " 0.1.0-preview-00028-160627" ,
35
- "Microsoft.Build.Utilities.Core" : " 0.1.0-preview-00028-160627" ,
36
- "System.Runtime.Serialization.Json" : " 4.0.2" ,
37
32
"Microsoft.FSharp.Core.netcore" : " 1.0.0-alpha-*" ,
33
+ "Microsoft.Build" : " 0.1.0-preview-00029-160805" ,
34
+ "Microsoft.Build.Framework" : " 0.1.0-preview-00029-160805" ,
35
+ "Microsoft.Build.Tasks.Core" : " 0.1.0-preview-00029-160805" ,
36
+ "Microsoft.Build.Utilities.Core" : " 0.1.0-preview-00029-160805" ,
37
+ "System.Runtime.Serialization.Json" : " 4.0.2" ,
38
38
"FSharp.Compiler.Service" : {
39
- "version" : " 1 .0.0-alpha-* " ,
39
+ "version" : " 6 .0.1 " ,
40
40
"target" : " project"
41
41
}
42
42
},
Original file line number Diff line number Diff line change 18
18
},
19
19
"dependencies" : {
20
20
"Microsoft.FSharp.Core.netcore" : " 1.0.0-alpha-*" ,
21
- "Microsoft.Build" : " 0.1.0-preview-00028-160627 " ,
22
- "Microsoft.Build.Framework" : " 0.1.0-preview-00028-160627 " ,
23
- "Microsoft.Build.Tasks.Core" : " 0.1.0-preview-00028-160627 " ,
24
- "Microsoft.Build.Utilities.Core" : " 0.1.0-preview-00028-160627 " ,
21
+ "Microsoft.Build" : " 0.1.0-preview-00029-160805 " ,
22
+ "Microsoft.Build.Framework" : " 0.1.0-preview-00029-160805 " ,
23
+ "Microsoft.Build.Tasks.Core" : " 0.1.0-preview-00029-160805 " ,
24
+ "Microsoft.Build.Utilities.Core" : " 0.1.0-preview-00029-160805 " ,
25
25
"System.Runtime.Serialization.Json" : " 4.0.2"
26
26
},
27
27
"frameworks" : {
You can’t perform that action at this time.
0 commit comments